Searched refs:RootInstruction (Results 1 – 1 of 1) sorted by relevance
2047 for (auto *RootInstruction : OrderedRoots) { in replaceNodes() local2050 if (!RootToNode.count(RootInstruction)) in replaceNodes()2053 IRBuilder<> Builder(RootInstruction); in replaceNodes()2054 auto RootNode = RootToNode[RootInstruction]; in replaceNodes()2067 DeadInstrRoots.push_back(RootInstruction); in replaceNodes()2068 RootInstruction->replaceAllUsesWith(R); in replaceNodes()