Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h454 LLVM_ABI void patchReplacementInstruction(Instruction *I, Value *Repl);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3730 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4077 patchReplacementInstruction(DefI, DominatingLeader); in eliminateInstructions()
4126 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
H A DGVN.cpp2233 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
3106 patchReplacementInstruction(CurInst, V); in performScalarPRE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3503 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm