Searched refs:nextBB (Results 1 – 4 of 4) sorted by relevance
394 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local395 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
400 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local401 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
371 BasicBlock* nextBB = J->BB; in Clusterify() local377 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
420 BasicBlock* nextBB = J->BB; in Clusterify() local426 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()