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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  276     if (Loop *ExitL = LI.getLoopFor(ExitBB))
  290   assert(OldParentL == LI.getLoopFor(&Preheader) &&
  292   LI.changeLoopFor(&Preheader, NewParentL);
  301     LI.addTopLevelLoop(&L);
  320     formLCSSA(*OldContainingL, DT, &LI, nullptr);
  327     formDedicatedExitBlocks(OldContainingL, &DT, &LI, MSSAU,