Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
396 void patchReplacementInstruction(Instruction *I, Value *Repl);
2004 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()2878 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3688 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4076 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2779 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm