Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LI

49                           ScalarEvolution *SE, LoopInfo *LI) {
57 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
61 return isInteresting(AR->getStart(), I, L, SE, LI) &&
62 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
70 if (isInteresting(*OI, I, L, SE, LI)) {
85 const LoopInfo *LI,
91 Loop *DomLoop = LI->getLoopFor(DomBB);
135 if (!isInteresting(ISE, I, L, SE, LI))
158 if (!isSimplifiedLoopNest(UseBB, DT, LI, SimpleLoopNests))
168 if (LI->getLoopFor(User->getParent()) != L) {
228 LI = &getAnalysis<LoopInfo>();