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/lib/Transforms/Utils/
DLowerSwitch.cpp251 BasicBlock* nextBB = J->BB; in Clusterify() local
256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) { in Clusterify()
/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/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2406 MachineBasicBlock* nextBB = J->BB; in Clusterify() local
2411 if ((nextValue - currentValue == 1) && (currentBB == nextBB)) { in Clusterify()
2418 uint32_t NextWeight = nextBB->getBasicBlock() ? in Clusterify()
2419 BPI->getEdgeWeight(SI.getParent(), nextBB->getBasicBlock()) : 16; in Clusterify()