Searched refs:RootInstruction (Results 1 – 1 of 1) sorted by relevance
2319 for (auto *RootInstruction : OrderedRoots) { in replaceNodes() local2322 if (!RootToNode.count(RootInstruction)) in replaceNodes()2325 IRBuilder<> Builder(RootInstruction); in replaceNodes()2326 auto RootNode = RootToNode[RootInstruction]; in replaceNodes()2345 DeadInstrRoots.push_back(RootInstruction); in replaceNodes()2346 RootInstruction->replaceAllUsesWith(R); in replaceNodes()