Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h111 function_ref<void(Instruction *, Value *)> Replacer; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3813 LibCallSimplifier(const DataLayout & DL,const TargetLibraryInfo * TLI,AssumptionCache * AC,OptimizationRemarkEmitter & ORE,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,function_ref<void (Instruction *,Value *)> Replacer,function_ref<void (Instruction *)> Eraser) LibCallSimplifier() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3187 UsesReplacer *Replacer = nullptr; global() member in __anond527a6aa0a11::TypePromotionTransaction::InstructionRemover