/external/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 77 function_ref<void(Instruction *, Value *)> Replacer; variable 90 function_ref<void(Instruction *, Value *)> Replacer =
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 76 Replacer visitor = new Replacer(toReplace, replacement); in replace() 573 static class Replacer extends Visitor { class in Pick 577 Replacer(String toReplace, Pick replacement) { in Replacer() method in Pick.Replacer
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 79 function_ref<void(Instruction *, Value *)> Replacer; variable 93 function_ref<void(Instruction *, Value *)> Replacer =
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 577 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse() argument 580 return DT->dominates(Replacer->getBlock(), Replacee->getBlock()); in dominatesUse() 587 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse()
|
D | SimplifyLibCalls.cpp | 2130 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument 2132 Replacer(Replacer) {} in LibCallSimplifier() 2136 Replacer(I, With); in replaceAllUsesWith()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1569 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse() argument 1572 return DT->dominates(Replacer->getBlock(), Replacee->getBlock()); in dominatesUse() 1579 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2507 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument 2509 UnsafeFPShrink(false), Replacer(Replacer) {} in LibCallSimplifier() 2513 Replacer(I, With); in replaceAllUsesWith()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2440 UsesReplacer *Replacer; member in __anon65f3f0830211::TypePromotionTransaction::InstructionRemover 2448 Replacer(nullptr) { in InstructionRemover() 2450 Replacer = new UsesReplacer(Inst, New); in InstructionRemover() 2455 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover() 2465 if (Replacer) in undo() 2466 Replacer->undo(); in undo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2378 UsesReplacer *Replacer = nullptr; member in __anond0867ddb0411::TypePromotionTransaction::InstructionRemover 2393 Replacer = new UsesReplacer(Inst, New); in InstructionRemover() 2402 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover() 2409 if (Replacer) in undo() 2410 Replacer->undo(); in undo()
|