Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h77 function_ref<void(Instruction *, Value *)> Replacer; variable
90 function_ref<void(Instruction *, Value *)> Replacer =
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DPick.java69 Replacer visitor = new Replacer(toReplace, replacement); in replace()
535 static class Replacer extends Visitor { class in Pick
538 Replacer(String toReplace, Pick replacement) { in Replacer() method in Pick.Replacer
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2127 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument
2129 Replacer(Replacer) {} in LibCallSimplifier()
2133 Replacer(I, With); in replaceAllUsesWith()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1902 UsesReplacer *Replacer; member in __anonebd7bfba0211::TypePromotionTransaction::InstructionRemover
1910 Replacer(nullptr) { in InstructionRemover()
1912 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
1917 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
1927 if (Replacer) in undo()
1928 Replacer->undo(); in undo()