Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h112 function_ref<void(Instruction *)> Eraser; global() variable
/llvm-project/llvm/unittests/Analysis/
H A DDomTreeUpdaterTest.cpp378 auto Eraser = [&](BasicBlock *BB) { llvm::erase(BasicBlocks, BB); }; TEST() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4035 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