Home
last modified time | relevance | path

Searched refs:DeleteUpdates (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp812 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates() local
819 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()