Searched refs:RevDeleteUpdates (Results 1 – 1 of 1) sorted by relevance
784 SmallVector<CFGUpdate, 4> RevDeleteUpdates; in applyUpdates() local790 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()