Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
140 function_ref<void(Instruction *, Value *)> Replacer =
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3702 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier() argument
3705 Replacer(Replacer), Eraser(Eraser) {} in LibCallSimplifier()
3709 Replacer(I, With); in replaceAllUsesWith()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3050 UsesReplacer *Replacer = nullptr; member in __anonf802c7d40a11::TypePromotionTransaction::InstructionRemover
3065 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
3074 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
3081 if (Replacer) in undo()
3082 Replacer->undo(); in undo()