Searched refs:nextBB (Results 1 – 3 of 3) sorted by relevance
418 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local419 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
377 BasicBlock* nextBB = J->BB; in Clusterify() local383 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
2069 BasicBlock *nextBB = new BasicBlock(func); in handleInstruction() local2074 bb->cfg.attach(&nextBB->cfg, Graph::Edge::FORWARD); in handleInstruction()2075 setPosition(nextBB, true); in handleInstruction()2090 BasicBlock *nextBB = new BasicBlock(func); in handleInstruction() local2094 bb->cfg.attach(&nextBB->cfg, Graph::Edge::FORWARD); in handleInstruction()2095 setPosition(nextBB, true); in handleInstruction()