Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
414 void patchReplacementInstruction(Instruction *I, Value *Repl);
1448 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()2287 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3701 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4088 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2365 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm