Lines Matching refs:LI
50 ScalarEvolution *SE, LoopInfo *LI) { in isInteresting() argument
58 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
62 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
71 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting()
86 const LoopInfo *LI, in isSimplifiedLoopNest() argument
92 Loop *DomLoop = LI->getLoopFor(DomBB); in isSimplifiedLoopNest()
142 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
165 if (!isSimplifiedLoopNest(UseBB, DT, LI, SimpleLoopNests)) in AddUsersImpl()
175 if (LI->getLoopFor(User->getParent()) != L) { in AddUsersImpl()
235 LI = &getAnalysis<LoopInfo>(); in runOnLoop()