reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  200   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  209   for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I)
  209   for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I)
  557     LoopPredecessor = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);