Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp118 Loop *LoopOfBB = LI->getLoopFor(BB); in setRegionPredsFromBB() local
119 Region->setPredecessors({getOrCreateVPBB(LoopOfBB->getLoopPredecessor())}); in setRegionPredsFromBB()
189 Loop *LoopOfBB = LI->getLoopFor(BB); in getOrCreateVPBB() local
190 if (!LoopOfBB || !doesContainLoop(LoopOfBB, TheLoop)) in getOrCreateVPBB()
193 auto *RegionOfVPBB = Loop2Region.lookup(LoopOfBB); in getOrCreateVPBB()
194 if (!isHeaderBB(BB, LoopOfBB)) { in getOrCreateVPBB()
204 if (LoopOfBB == TheLoop) { in getOrCreateVPBB()
208 RegionOfVPBB->setParent(Loop2Region[LoopOfBB->getParentLoop()]); in getOrCreateVPBB()
211 Loop2Region[LoopOfBB] = RegionOfVPBB; in getOrCreateVPBB()