Home
last modified time | relevance | path

Searched refs:nextBB (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp394 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
395 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp400 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
401 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp371 BasicBlock* nextBB = J->BB; in Clusterify() local
377 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp420 BasicBlock* nextBB = J->BB; in Clusterify() local
426 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()