Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
429 void patchReplacementInstruction(Instruction *I, Value *Repl);
3699 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4045 patchReplacementInstruction(DefI, DominatingLeader); in eliminateInstructions()4097 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2193 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()3075 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3419 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm