Searched refs:nextBB (Results 1 – 6 of 6) sorted by relevance
394 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local395 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
403 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local404 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
251 BasicBlock* nextBB = J->BB; in Clusterify() local256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) { in Clusterify()
383 BasicBlock* nextBB = J->BB; in Clusterify() local389 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
371 BasicBlock* nextBB = J->BB; in Clusterify() local377 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
2406 MachineBasicBlock* nextBB = J->BB; in Clusterify() local2411 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()