Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h421 void patchReplacementInstruction(Instruction *I, Value *Repl);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3694 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4040 patchReplacementInstruction(DefI, DominatingLeader); in eliminateInstructions()
4092 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
H A DGVN.cpp2127 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
3003 patchReplacementInstruction(CurInst, V); in performScalarPRE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3365 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm