reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
456 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); 467 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); 468 if (ExitCountOuter == SE->getCouldNotCompute()) { 558 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, ORE); 564 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); 577 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LoopNestExit,