Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp813 SmallVector<CFGUpdate, 4> InsertUpdates; in applyUpdates() local
816 InsertUpdates.push_back({DT.Insert, Update.getFrom(), Update.getTo()}); in applyUpdates()
824 if (!InsertUpdates.empty()) { in applyUpdates()
840 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates()
852 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates()