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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2031         DominatingSucc, *VMaps.back(), DTUpdates, AC, DT, LI, MSSAU);
 2052       DTUpdates.push_back({DominatorTree::Insert, SplitBB, ClonedPH});
 2070         DTUpdates.push_back(
 2075       DT.applyUpdates(DTUpdates);
 2076       DTUpdates.clear();
 2105       DTUpdates.push_back({DominatorTree::Delete, ParentBB, UnswitchedSuccBB});
 2125         DTUpdates.push_back({DominatorTree::Delete, ParentBB, SuccBB});
 2143     DTUpdates.push_back({DominatorTree::Insert, SplitBB, ClonedPH});
 2146       DT.applyUpdates(DTUpdates);
 2147       DTUpdates.clear();
 2158   DT.applyUpdates(DTUpdates);