Lines Matching refs:LI
51 ScalarEvolution *SE, LoopInfo *LI) { in isInteresting() argument
59 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
63 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
64 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
72 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting()
87 const LoopInfo *LI, in isSimplifiedLoopNest() argument
93 Loop *DomLoop = LI->getLoopFor(DomBB); in isSimplifiedLoopNest()
145 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
167 if (!isSimplifiedLoopNest(UseBB, DT, LI, SimpleLoopNests)) in AddUsersImpl()
177 if (LI->getLoopFor(User->getParent()) != L) { in AddUsersImpl()
256 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); in runOnLoop()