Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1485 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function
1527 patchAndReplaceAllUsesWith(L, AvailableValue); in processLoad()
2005 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()
DNewGVN.cpp3731 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function
3770 patchAndReplaceAllUsesWith(I, V); in replaceInstruction()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1765 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() function
1809 patchAndReplaceAllUsesWith(L, AvailableValue); in processLoad()
2179 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()