Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
142 function_ref<void(Instruction *, Value *)> Replacer =
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3165 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier() argument
3168 UnsafeFPShrink(false), Replacer(Replacer), Eraser(Eraser) {} in LibCallSimplifier()
3172 Replacer(I, With); in replaceAllUsesWith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2926 UsesReplacer *Replacer = nullptr; member in __anon7f6d13e30a11::TypePromotionTransaction::InstructionRemover
2941 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2950 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
2957 if (Replacer) in undo()
2958 Replacer->undo(); in undo()