Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h396 void patchReplacementInstruction(Instruction *I, Value *Repl);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2019 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
2902 patchReplacementInstruction(CurInst, V); in performScalarPRE()
H A DNewGVN.cpp3690 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4078 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2668 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm