Searched refs:DeleteUpdates (Results 1 – 1 of 1) sorted by relevance
795 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates() local802 DeleteUpdates.push_back({DT.Delete, Update.getFrom(), Update.getTo()}); in applyUpdates()807 if (!DeleteUpdates.empty()) { in applyUpdates()827 DT.applyUpdates(DeleteUpdates); in applyUpdates()830 DT.applyUpdates(DeleteUpdates); in applyUpdates()840 for (auto &Update : DeleteUpdates) in applyUpdates()