Lines Matching defs:Updates
751 SmallVector<CFGUpdate, 4> Updates;
757 Updates.push_back({DT.Insert, NewExit, ExitSucc});
759 applyInsertUpdates(Updates, DT);
784 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates,
789 for (const auto &Update : Updates) {
807 DT.applyUpdates(Updates, RevDeleteUpdates);
825 DT.applyUpdates(Updates);
835 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
838 applyInsertUpdates(Updates, DT, &GD);
841 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
918 // will be defined by the order in Updates (fixed) and the order given by
923 // traverse either Updates or children<> each time to get the deterministic
936 for (const auto &Edge : Updates) {
980 // order found in Updates, not in PredMap, to get deterministic numbering.
981 for (const auto &Edge : Updates) {