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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  809     DTUpdates.push_back({DT.Delete, ParentBB, UnswitchedExitBB});
  810     DTUpdates.push_back({DT.Insert, OldPH, UnswitchedExitBB});
  813     DTUpdates.push_back({DT.Delete, ParentBB, SplitUnswitchedPair.first});
  814     DTUpdates.push_back({DT.Insert, OldPH, SplitUnswitchedPair.second});
  816   DT.applyUpdates(DTUpdates);
  819     MSSAU->applyUpdates(DTUpdates, DT);