Lines Matching refs:getLoopFor
208 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in makeIVComparisonInvariant()
278 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison()
318 const Loop *L = LI->getLoopFor(SDiv->getParent()); in eliminateSDiv()
390 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in simplifyIVRemainder()
920 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, DT, LI, TTI, in simplifyUsersOfIV()
1118 auto *L = LI->getLoopFor(DefI->getParent()); in getInsertPointForUses()
1119 assert(!L || L->contains(LI->getLoopFor(InsertPt->getParent()))); in getInsertPointForUses()
1122 if (LI->getLoopFor(DTN->getBlock()) == L) in getInsertPointForUses()
1132 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV()
1144 for (const Loop *L = LI->getLoopFor(Use->getParent()); in createExtendInst()
1656 if (LI->getLoopFor(UsePhi->getParent()) != L) { in widenIVUse()