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/
H A DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
140 function_ref<void(Instruction *, Value *)> Replacer =
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A 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/
H A DCodeGenPrepare.cpp3050 UsesReplacer *Replacer = nullptr; member in __anon88ab83af0a11::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()