HomeSort by relevance Sort by last modified time
    Searched refs:nextBB (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 394 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor();
395 return nextBB && (nextBB->getUniquePredecessor() != nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 403 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor();
404 return nextBB && (nextBB->getUniquePredecessor() != nullptr);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 251 BasicBlock* nextBB = J->BB;
256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 371 BasicBlock* nextBB = J->BB;
377 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 383 BasicBlock* nextBB = J->BB;
389 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 529 milliseconds