Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance
454 LLVM_ABI void patchReplacementInstruction(Instruction *I, Value *Repl);
3730 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()4077 patchReplacementInstruction(DefI, DominatingLeader); in eliminateInstructions()4126 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
2233 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()3106 patchReplacementInstruction(CurInst, V); in performScalarPRE()
3503 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm