Home
last modified time | relevance | path

Searched refs:patchReplacementInstruction (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h446 void patchReplacementInstruction(Instruction *I, Value *Repl);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1556 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
2420 patchReplacementInstruction(CurInst, V); in performScalarPRE()
DNewGVN.cpp3676 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
4063 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm