Searched defs:FuncsToRemove (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceFunctions.cpp | 30 SmallPtrSet<Constant *, 8> FuncsToRemove; in extractFunctionsFromModule() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2249 fillOverallFunction(Module & M,OutlinableGroup & CurrentGroup,std::vector<DenseMap<Value *,BasicBlock * >> & OutputStoreBBs,std::vector<Function * > & FuncsToRemove,const DenseMap<Value *,Value * > & OutputMappings) fillOverallFunction() argument 2297 deduplicateExtractedSections(Module & M,OutlinableGroup & CurrentGroup,std::vector<Function * > & FuncsToRemove,unsigned & OutlinedFunctionNum) deduplicateExtractedSections() argument 2914 std::vector<Function *> FuncsToRemove; doOutline() local
|