reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1741   auto *LoopVectorLatch = LI->getLoopFor(LoopVectorBody)->getLoopLatch();
 2704     L->getParentLoop()->addBasicBlockToLoop(NewBB, *LI);
 2736     L->getParentLoop()->addBasicBlockToLoop(NewBB, *LI);
 2782     L->getParentLoop()->addBasicBlockToLoop(NewBB, *LI);
 2790   LVer = std::make_unique<LoopVersioning>(*Legal->getLAI(), OrigLoop, LI, DT,
 2946   Loop *Lp = LI->AllocateLoop();
 2953     ParentLoop->addBasicBlockToLoop(ScalarPH, *LI);
 2954     ParentLoop->addBasicBlockToLoop(MiddleBlock, *LI);
 2956     LI->addTopLevelLoop(Lp);
 2958   Lp->addBasicBlockToLoop(VecBody, *LI);
 3446                  getOrCreateVectorTripCount(LI->getLoopFor(LoopVectorBody)),
 3559   if (LI->getLoopFor(LoopVectorBody)->isLoopInvariant(PreviousLastPart) ||
 3592   VecPhi->addIncoming(Incoming, LI->getLoopFor(LoopVectorBody)->getLoopLatch());
 3711       ->addIncoming(Val, LI->getLoopFor(LoopVectorBody)->getLoopLatch());
 3748         LI->getLoopFor(LoopVectorBody)->getLoopLatch()->getTerminator());
 3867   auto *VectorLoop = LI->getLoopFor(PredBB);
 4352                   LI->getLoopFor(LoopVectorBody)->getLoopLatch());