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