reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2952 ParentLoop->addChildLoop(Lp); 2956 LI->addTopLevelLoop(Lp); 2958 Lp->addBasicBlockToLoop(VecBody, *LI); 2961 Value *Count = getOrCreateTripCount(Lp); 2970 emitMinimumIterationCountCheck(Lp, ScalarPH); 2974 emitSCEVChecks(Lp, ScalarPH); 2979 emitMemRuntimeChecks(Lp, ScalarPH); 2984 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); 2987 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, 3016 IRBuilder<> B(Lp->getLoopPreheader()->getTerminator()); 3072 LoopVectorPreHeader = Lp->getLoopPreheader(); 3083 Lp->setLoopID(VectorizedLoopID.getValue()); 3093 Lp->setLoopID(LID); 3095 LoopVectorizeHints Hints(Lp, true, *ORE);