Searched refs:LoopVectorBody (Results 1 – 1 of 1) sorted by relevance
670 BasicBlock *LoopVectorBody; member in llvm::InnerLoopVectorizer1560 &*LoopVectorBody->getFirstInsertionPt()); in createVectorIntOrFpInductionPHI()1577 auto *LoopVectorLatch = LI->getLoopFor(LoopVectorBody)->getLoopLatch(); in createVectorIntOrFpInductionPHI()2881 LoopVectorBody = VecBody; in createVectorizedLoopSkeleton()3299 cse(LoopVectorBody); in fixVectorizedLoop()3404 if (LI->getLoopFor(LoopVectorBody)->isLoopInvariant(PreviousLastPart) || in fixFirstOrderRecurrence()3406 Builder.SetInsertPoint(&*LoopVectorBody->getFirstInsertionPt()); 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()[all …]