Searched refs:DeleteUpdates (Results 1 – 1 of 1) sorted by relevance
811 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates() local818 DeleteUpdates.push_back({DT.Delete, Update.getFrom(), Update.getTo()}); in applyUpdates()823 if (!DeleteUpdates.empty()) { in applyUpdates()843 DT.applyUpdates(DeleteUpdates); in applyUpdates()846 DT.applyUpdates(DeleteUpdates); in applyUpdates()856 for (auto &Update : DeleteUpdates) in applyUpdates()