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

References

lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  376       DTUpdates.push_back({DominatorTree::Insert, Preheader, BB});
  409         DTU.applyUpdates(DTUpdates);
  411           MSSAU->applyUpdates(DTUpdates, DT);
  412         DTUpdates.clear();
  419       DTU.applyUpdates(DTUpdates);
  420       MSSAU->applyUpdates(DTUpdates, DT);
  421       DTUpdates.clear();
  464     DetatchDeadBlocks(DeadLoopBlocks, &DTUpdates, /*KeepOneInputPHIs*/true);
  465     DTU.applyUpdates(DTUpdates);
  466     DTUpdates.clear();
  517         DTUpdates.push_back({DominatorTree::Delete, BB, DeadSucc});
  592       DTU.applyUpdates(DTUpdates);
  593       DTUpdates.clear();