Home
last modified time | relevance | path

Searched refs:patchAndReplaceAllUsesWith (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2018 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function
2061 patchAndReplaceAllUsesWith(L, AvailableValue); in processLoad()
2570 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()
H A DNewGVN.cpp3689 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function
3729 patchAndReplaceAllUsesWith(I, V); in replaceInstruction()