Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
421 void patchReplacementInstruction(Instruction *I, Value *Repl);
3694 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4040 patchReplacementInstruction(DefI, DominatingLeader); in eliminateInstructions()4092 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2127 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()3003 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3365 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm