Lines Matching defs:DTUpdates
103 SmallVector<DominatorTree::UpdateType, 8> DTUpdates;
120 DTUpdates.push_back({DominatorTree::Delete, &BB, Succ});
130 DTU.applyUpdatesPermissive(DTUpdates);
175 SmallVector<DominatorTree::UpdateType, 8> DTUpdates;
205 DTUpdates.push_back({DominatorTree::Delete, &BB, RemovedSucc});
210 DTU.applyUpdatesPermissive(DTUpdates);
220 SmallVector<DominatorTree::UpdateType, 8> DTUpdates;
253 DTUpdates.push_back({DominatorTree::Delete, &BB, RemovedSucc});
258 DTU.applyUpdatesPermissive(DTUpdates);
308 SmallVector<DominatorTree::UpdateType, 8> DTUpdates;
325 DTUpdates.push_back({DominatorTree::Delete, &BB, Succ});
326 DTUpdates.push_back({DominatorTree::Insert, Pred, Succ});
329 DTUpdates.push_back({DominatorTree::Delete, Pred, &BB});
351 DTU.applyUpdatesPermissive(DTUpdates);