Lines Matching defs:DTUpdates
118 SmallVector<DominatorTree::UpdateType, 16> DTUpdates;
379 DTUpdates.push_back({DominatorTree::Insert, Preheader, BB});
413 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true);
415 DTU.applyUpdates(DTUpdates);
416 DTUpdates.clear();
424 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true);
425 DTUpdates.clear();
468 detachDeadBlocks(DeadLoopBlocks, &DTUpdates, /*KeepOneInputPHIs*/true);
469 DTU.applyUpdates(DTUpdates);
470 DTUpdates.clear();
521 DTUpdates.push_back({DominatorTree::Delete, BB, DeadSucc});
611 DTU.applyUpdates(DTUpdates);
612 DTUpdates.clear();