reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
180 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); 191 for (LoopInfo::iterator I = LI->begin(), E = LI->end(); I != E; ++I) { 191 for (LoopInfo::iterator I = LI->begin(), E = LI->end(); I != E; ++I) { 209 if (!HWLoopInfo.canAnalyze(*LI)) 236 if (!HWLoopInfo.isHardwareLoopCandidate(*SE, *LI, *DT, ForceNestedLoop, 248 Preheader = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);