Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp2047 for (auto *RootInstruction : OrderedRoots) { in replaceNodes() local
2050 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()