Home
last modified time | relevance | path

Searched refs:LatchBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1158 BasicBlock *LatchBB = L->getLoopLatch(); in getNodeForInc() local
1160 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() local
1229 if (!PredBB || !LatchBB) in alreadyPrepared()
1254 if ((CurrentPHINode->getIncomingBlock(0) == LatchBB && in alreadyPrepared()
1256 (CurrentPHINode->getIncomingBlock(1) == LatchBB && in alreadyPrepared()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp96 if (auto *LatchBB = GetLatchOfExit(BB)) { in setVPBBPredsFromBB() local
97 auto *PredRegion = getOrCreateVPBB(LatchBB)->getParent(); in setVPBBPredsFromBB()