Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
396 void patchReplacementInstruction(Instruction *I, Value *Repl);
2019 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()2902 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3690 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4078 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2668 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm