Searched refs:patchReplacementInstruction (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 396 void patchReplacementInstruction(Instruction *I, Value *Repl);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | Local.h | 421 void patchReplacementInstruction(Instruction *I, Value *Repl);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 446 void patchReplacementInstruction(Instruction *I, Value *Repl);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | Local.h | 428 void patchReplacementInstruction(Instruction *I, Value *Repl);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | Local.h | 429 void patchReplacementInstruction(Instruction *I, Value *Repl);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | Local.h | 428 void patchReplacementInstruction(Instruction *I, Value *Repl);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 1556 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith() 2420 patchReplacementInstruction(CurInst, V); in performScalarPRE()
|
H A D | NewGVN.cpp | 3676 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith() 4063 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 1739 static void patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function 1766 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 2004 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith() 2878 patchReplacementInstruction(CurInst, V); in performScalarPRE()
|
H A D | NewGVN.cpp | 3688 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith() 4076 patchReplacementInstruction(ReplacedInst, DominatingLeader); in eliminateInstructions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2779 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() function in llvm
|