Searched refs:LatchBB (Results 1 – 2 of 2) sorted by relevance
1158 BasicBlock *LatchBB = L->getLoopLatch(); in getNodeForInc() local1160 if (!LatchBB) in getNodeForInc()1187 if (CurrentPHINode->getBasicBlockIndex(LatchBB) < 0) in getNodeForInc()1190 CurrentPHINode->getIncomingValueForBlock(LatchBB))) { in getNodeForInc()1227 BasicBlock *LatchBB = L->getLoopLatch(); in alreadyPrepared() local1229 if (!PredBB || !LatchBB) in alreadyPrepared()1254 if ((CurrentPHINode->getIncomingBlock(0) == LatchBB && in alreadyPrepared()1256 (CurrentPHINode->getIncomingBlock(1) == LatchBB && in alreadyPrepared()
96 if (auto *LatchBB = GetLatchOfExit(BB)) { in setVPBBPredsFromBB() local97 auto *PredRegion = getOrCreateVPBB(LatchBB)->getParent(); in setVPBBPredsFromBB()