Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h381 void patchReplacementInstruction(Instruction *I, Value *Repl);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1879 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
2765 patchReplacementInstruction(CurInst, V); in performScalarPRE()
H A DNewGVN.cpp3658 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4046 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2633 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm