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.h429 void patchReplacementInstruction(Instruction *I, Value *Repl);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3699 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4045 patchReplacementInstruction(DefI, DominatingLeader); in eliminateInstructions()
4097 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
H A DGVN.cpp2193 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
3075 patchReplacementInstruction(CurInst, V); in performScalarPRE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3419 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm