Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
446 void patchReplacementInstruction(Instruction *I, Value *Repl);
1556 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()2420 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3676 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4063 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm