Lines Matching refs:getLoopFor
218 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in makeIVComparisonInvariant()
263 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison()
304 const Loop *L = LI->getLoopFor(SDiv->getParent()); in eliminateSDiv()
380 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in simplifyIVRemainder()
1015 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, DT, LI, TTI, in simplifyUsersOfIV()
1217 auto *L = LI->getLoopFor(DefI->getParent()); in getInsertPointForUses()
1218 assert(!L || L->contains(LI->getLoopFor(InsertPt->getParent()))); in getInsertPointForUses()
1221 if (LI->getLoopFor(DTN->getBlock()) == L) in getInsertPointForUses()
1231 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV()
1243 for (const Loop *L = LI->getLoopFor(Use->getParent()); in createExtendInst()
1850 if (LI->getLoopFor(UsePhi->getParent()) != L) { in widenIVUse()