Home | History | Annotate | Download | only in Analysis

Lines Matching full:loopinfo

68 /// Delete loop from the loop queue and loop hierarchy (LoopInfo).
93 // Inset loop into loop nest (LoopInfo) and loop queue (LQ).
171 // LPPassManager needs LoopInfo. In the long term LoopInfo class will
173 Info.addRequired<LoopInfo>();
180 LI = &getAnalysis<LoopInfo>();
192 // Note that LoopInfo::iterator visits loops in reverse program
195 for (LoopInfo::reverse_iterator I = LI->rbegin(), E = LI->rend(); I != E; ++I)
243 // instead of relying on LoopInfo::verifyLoop since LoopInfo