Lines Matching refs:getLoopFor
210 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in makeIVComparisonInvariant()
254 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison()
295 const Loop *L = LI->getLoopFor(SDiv->getParent()); in eliminateSDiv()
368 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in simplifyIVRemainder()
988 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, DT, LI, TTI, in simplifyUsersOfIV()
1187 auto *L = LI->getLoopFor(DefI->getParent()); in getInsertPointForUses()
1188 assert(!L || L->contains(LI->getLoopFor(InsertPt->getParent()))); in getInsertPointForUses()
1191 if (LI->getLoopFor(DTN->getBlock()) == L) in getInsertPointForUses()
1201 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV()
1213 for (const Loop *L = LI->getLoopFor(Use->getParent()); in createExtendInst()
1740 if (LI->getLoopFor(UsePhi->getParent()) != L) { in widenIVUse()