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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  432   BasicBlock *NewPH = SplitEdge(OldPH, L.getHeader(), &DT, &LI, MSSAU);
  445         SplitBlock(LoopExitBB, &LoopExitBB->front(), &DT, &LI, MSSAU);
  488   DT.insertEdge(OldPH, UnswitchedBB);
  495     MSSAU->applyInsertUpdates(Updates, DT);
  507     DT.deleteEdge(ParentBB, LoopExitBB);
  535     hoistLoopToNewParent(L, *NewPH, DT, LI, MSSAU);