Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp418 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
419 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp377 BasicBlock* nextBB = J->BB; in Clusterify() local
383 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()