Searched refs:patchAndReplaceAllUsesWith (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1555 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function 1597 patchAndReplaceAllUsesWith(L, AvailableValue); in processLoad() 2102 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()
|
D | NewGVN.cpp | 3675 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function 3714 patchAndReplaceAllUsesWith(I, V); in replaceInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1765 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function 1809 patchAndReplaceAllUsesWith(L, AvailableValue); in processLoad() 2179 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1732 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function 1774 patchAndReplaceAllUsesWith(L, AvailableValue); in processLoad() 2282 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()
|
D | NewGVN.cpp | 3628 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function 3668 patchAndReplaceAllUsesWith(I, V); in replaceInstruction()
|