Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h414 void patchReplacementInstruction(Instruction *I, Value *Repl);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1448 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
2287 patchReplacementInstruction(CurInst, V); in performScalarPRE()
H A DNewGVN.cpp3701 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4088 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2365 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm