Searched refs:DeleteUpdates (Results 1 – 1 of 1) sorted by relevance
786 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates() local793 DeleteUpdates.push_back({DT.Delete, Update.getFrom(), Update.getTo()}); in applyUpdates()798 if (!DeleteUpdates.empty()) { in applyUpdates()818 DT.applyUpdates(DeleteUpdates); in applyUpdates()821 DT.applyUpdates(DeleteUpdates); in applyUpdates()831 for (auto &Update : DeleteUpdates) in applyUpdates()