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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  579   if (!L.isLoopInvariant(LoopCond))
  587     if (!L.contains(SuccBB) &&
  588         areLoopExitPHIsLoopInvariant(L, *ParentBB, *SuccBB))
  594   if (!L.contains(SI.getDefaultDest()) &&
  595       areLoopExitPHIsLoopInvariant(L, *ParentBB, *SI.getDefaultDest()) &&
  608   Loop *OuterL = &L;
  646       SE->forgetTopmostLoop(&L);
  671   BasicBlock *OldPH = L.getLoopPreheader();
  672   BasicBlock *NewPH = SplitEdge(OldPH, L.getHeader(), &DT, &LI, MSSAU);
  828   hoistLoopToNewParent(L, *NewPH, DT, LI, MSSAU);