Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp784 SmallVector<CFGUpdate, 4> RevDeleteUpdates; in applyUpdates() local
790 RevDeleteUpdates.push_back({DT.Insert, Update.getFrom(), Update.getTo()}); in applyUpdates()
793 if (!RevDeleteUpdates.empty()) { in applyUpdates()
800 DominatorTree NewDT(DT, RevDeleteUpdates); in applyUpdates()
801 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates()
809 for (auto &Update : RevDeleteUpdates) in applyUpdates()