Lines Matching refs:LoopVectorBody
670 BasicBlock *LoopVectorBody; member in llvm::InnerLoopVectorizer
1560 &*LoopVectorBody->getFirstInsertionPt()); in createVectorIntOrFpInductionPHI()
1577 auto *LoopVectorLatch = LI->getLoopFor(LoopVectorBody)->getLoopLatch(); in createVectorIntOrFpInductionPHI()
2881 LoopVectorBody = VecBody; in createVectorizedLoopSkeleton()
3291 getOrCreateVectorTripCount(LI->getLoopFor(LoopVectorBody)), in fixVectorizedLoop()
3299 cse(LoopVectorBody); in fixVectorizedLoop()
3404 if (LI->getLoopFor(LoopVectorBody)->isLoopInvariant(PreviousLastPart) || in fixFirstOrderRecurrence()
3406 Builder.SetInsertPoint(&*LoopVectorBody->getFirstInsertionPt()); in fixFirstOrderRecurrence()
3437 VecPhi->addIncoming(Incoming, LI->getLoopFor(LoopVectorBody)->getLoopLatch()); in fixFirstOrderRecurrence()
3556 ->addIncoming(Val, LI->getLoopFor(LoopVectorBody)->getLoopLatch()); in fixReduction()
3573 LI->getLoopFor(LoopVectorBody)->getLoopLatch()->getTerminator()); in fixReduction()
3810 VecTy, 2, "vec.phi", &*LoopVectorBody->getFirstInsertionPt()); in widenPHIInstruction()
4164 LI->getLoopFor(LoopVectorBody)->getLoopLatch()); in updateAnalysis()