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

References

lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 2268   DTUpdates.push_back({DominatorTree::Delete, PreheaderBB, HeaderBB});
 2276   DTUpdates.push_back({DominatorTree::Insert, PhonyPreheaderBB, HeaderBB});
 2356     DTUpdates.push_back({DominatorTree::Insert, NewBB, SuccessorBB});
 2366     DTUpdates.push_back({DominatorTree::Delete, OldLoopBB, SuccessorBB});
 2367     DTUpdates.push_back({DominatorTree::Insert, OldLoopBB, PhonySuccessorBB});
 2371   assert(DTUpdates.size() == 8 && "Update count prediction failed.");
 2373   DTU.applyUpdates(DTUpdates);
 2374   DTUpdates.clear();
 2436   DTUpdates.push_back({DominatorTree::Insert, PhonyPreheaderBB, HeaderBB});
 2448   DTUpdates.push_back(
 2450   DTUpdates.push_back(
 2456   assert(DTUpdates.size() == 3 && "Update count prediction failed.");
 2457   DTU.applyUpdates(DTUpdates);
 2458   DTUpdates.clear();
 2560     DTUpdates.push_back({DominatorTree::Delete, BB, SuccessorBB});
 2561     DTUpdates.push_back({DominatorTree::Insert, BB, SuccessorBB});
 2562     DTUpdates.push_back({DominatorTree::Insert, BB, DispatchBB});
 2564   assert(DTUpdates.size() == 6 && "Update count prediction failed.");
 2565   DTU.applyUpdates(DTUpdates);
 2566   DTUpdates.clear();