Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h382 void patchReplacementInstruction(Instruction *I, Value *Repl);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1880 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
2766 patchReplacementInstruction(CurInst, V); in performScalarPRE()
H A DNewGVN.cpp3658 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4046 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2618 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm