Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h396 void patchReplacementInstruction(Instruction *I, Value *Repl);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2004 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
2878 patchReplacementInstruction(CurInst, V); in performScalarPRE()
H A DNewGVN.cpp3688 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4076 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2779 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm