Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp30 std::vector<std::reference_wrapper<Function>> FuncsToRemove; in extractFunctionsFromModule() local
31 copy_if(Program.functions(), std::back_inserter(FuncsToRemove), in extractFunctionsFromModule()
41 for (Function &F : FuncsToRemove) in extractFunctionsFromModule()
45 for (Function &F : FuncsToRemove) { in extractFunctionsFromModule()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h312 std::vector<Function *> &FuncsToRemove,
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2241 std::vector<Function *> &FuncsToRemove, in fillOverallFunction() argument
2284 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in fillOverallFunction()
2289 std::vector<Function *> &FuncsToRemove, unsigned &OutlinedFunctionNum) { in deduplicateExtractedSections() argument
2296 fillOverallFunction(M, CurrentGroup, OutputStoreBBs, FuncsToRemove, in deduplicateExtractedSections()
2317 FuncsToRemove.push_back(CurrentOS->ExtractedFunction); in deduplicateExtractedSections()
2896 std::vector<Function *> FuncsToRemove; in doOutline() local
2988 deduplicateExtractedSections(M, CurrentGroup, FuncsToRemove, in doOutline()
2992 for (Function *F : FuncsToRemove) in doOutline()