Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp30 SmallPtrSet<Constant *, 8> FuncsToRemove; in extractFunctionsFromModule() local
37 FuncsToRemove.insert(&F); in extractFunctionsFromModule()
40 removeFromUsedLists(Program, [&FuncsToRemove](Constant *C) { in extractFunctionsFromModule()
41 return FuncsToRemove.count(C); in extractFunctionsFromModule()
46 for (Constant *F : FuncsToRemove) in extractFunctionsFromModule()
50 for (Constant *F : FuncsToRemove) { in extractFunctionsFromModule()
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h312 std::vector<Function *> &FuncsToRemove,
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2239 /// \param [in,out] FuncsToRemove - Extracted functions to erase from module
2246 std::vector<Function *> &FuncsToRemove, in fillOverallFunction()
2289 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in fillOverallFunction()
2294 std::vector<Function *> &FuncsToRemove, unsigned &OutlinedFunctionNum) {
2301 fillOverallFunction(M, CurrentGroup, OutputStoreBBs, FuncsToRemove, in deduplicateExtractedSections()
2322 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in deduplicateExtractedSections()
2911 std::vector<Function *> FuncsToRemove; in doOutline()
3003 deduplicateExtractedSections(M, CurrentGroup, FuncsToRemove, in doOutline()
3007 for (Function *F : FuncsToRemove) in doOutline()
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