Searched refs:RootInstruction (Results 1 – 1 of 1) sorted by relevance
2051 for (auto *RootInstruction : OrderedRoots) { in replaceNodes() local2054 if (!RootToNode.count(RootInstruction)) in replaceNodes()2057 IRBuilder<> Builder(RootInstruction); in replaceNodes()2058 auto RootNode = RootToNode[RootInstruction]; in replaceNodes()2071 DeadInstrRoots.push_back(RootInstruction); in replaceNodes()2072 RootInstruction->replaceAllUsesWith(R); in replaceNodes()