Lines Matching defs:Updates
283 SmallVector<DominatorTree::UpdateType, 8> Updates;
287 Updates.push_back({DominatorTree::Delete, BB, Succ});
291 DTU.applyUpdatesPermissive(Updates);
295 SmallVector<DominatorTree::UpdateType, 8> Updates;
306 Updates.push_back({DominatorTree::Delete, BB, Succ});
312 DTU.applyUpdatesPermissive(Updates);
315 SmallVector<DominatorTree::UpdateType, 8> Updates;
330 Updates.push_back({DominatorTree::Delete, BB, DefaultDest});
331 Updates.push_back({DominatorTree::Insert, BB, NewUnreachableBB});
342 Updates.push_back({DominatorTree::Delete, BB, Succ});
347 DTU.applyUpdatesPermissive(Updates);