Searched defs:Eraser (Results 1 – 3 of 3) sorted by relevance
112 function_ref<void(Instruction *)> Eraser; global() variable
378 auto Eraser = [&](BasicBlock *BB) { llvm::erase(BasicBlocks, BB); }; TEST() local
4035 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