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

References

lib/Transforms/Utils/LoopRotationUtils.cpp
  425     Updates.push_back({DominatorTree::Insert, OrigPreheader, Exit});
  426     Updates.push_back({DominatorTree::Insert, OrigPreheader, NewHeader});
  427     Updates.push_back({DominatorTree::Delete, OrigPreheader, OrigHeader});
  428     DT->applyUpdates(Updates);
  431       MSSAU->applyUpdates(Updates, *DT);