Lines Matching defs:Updates
761 SmallVector<CFGUpdate, 4> Updates;
767 Updates.push_back({DT.Insert, NewExit, ExitSucc});
769 applyInsertUpdates(Updates, DT);
794 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates,
799 for (const auto &Update : Updates) {
817 DT.applyUpdates(Updates, RevDeleteUpdates);
835 DT.applyUpdates(Updates);
845 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
848 applyInsertUpdates(Updates, DT, &GD);
851 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
928 // will be defined by the order in Updates (fixed) and the order given by
933 // traverse either Updates or children<> each time to get the deterministic
946 for (const auto &Edge : Updates) {
990 // order found in Updates, not in PredMap, to get deterministic numbering.
991 for (const auto &Edge : Updates) {