Lines Matching defs:Updates
285 SmallVector<DominatorTree::UpdateType, 8> Updates;
289 Updates.push_back({DominatorTree::Delete, BB, Succ});
293 DTU.applyUpdatesPermissive(Updates);
297 SmallVector<DominatorTree::UpdateType, 8> Updates;
308 Updates.push_back({DominatorTree::Delete, BB, Succ});
314 DTU.applyUpdatesPermissive(Updates);
317 SmallVector<DominatorTree::UpdateType, 8> Updates;
332 Updates.push_back({DominatorTree::Delete, BB, DefaultDest});
333 Updates.push_back({DominatorTree::Insert, BB, NewUnreachableBB});
344 Updates.push_back({DominatorTree::Delete, BB, Succ});
349 DTU.applyUpdatesPermissive(Updates);