Home
last modified time | relevance | path

Searched refs:nextBB (Results 1 – 5 of 5) 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/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp2069 BasicBlock *nextBB = new BasicBlock(func); in handleInstruction() local
2074 bb->cfg.attach(&nextBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
2075 setPosition(nextBB, true); in handleInstruction()
2090 BasicBlock *nextBB = new BasicBlock(func); in handleInstruction() local
2094 bb->cfg.attach(&nextBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
2095 setPosition(nextBB, true); in handleInstruction()
/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()