Lines Matching defs:DTUpdates
1453 // dominator tree in DTUpdates. If \p MustUpdateOnce is true, assert that
1457 std::vector<DominatorTree::UpdateType> &DTUpdates,
1472 DTUpdates.push_back(
1474 DTUpdates.push_back(
1579 std::vector<DominatorTree::UpdateType> DTUpdates;
1640 InnerLoopPreHeader, DTUpdates, /*MustUpdateOnce=*/false);
1646 DTUpdates,
1650 InnerLoopHeaderSuccessor, DTUpdates,
1658 OuterLoopPreHeader, DTUpdates);
1667 InnerLoopLatchSuccessor, DTUpdates);
1675 OuterLoopLatchSuccessor, DTUpdates);
1677 DTUpdates);
1679 DT->applyUpdates(DTUpdates);