Searched refs:nextBB (Results 1 – 2 of 2) sorted by relevance
556 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local557 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
329 BasicBlock *nextBB = J->BB; in Clusterify() local336 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()