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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp31 std::vector<std::reference_wrapper<Function>> FuncsToRemove; local
32 copy_if(Program->functions(), std::back_inserter(FuncsToRemove),
42 for (Function &F : FuncsToRemove)
46 for (Function &F : FuncsToRemove) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h254 /// \param [in,out] FuncsToRemove - List of functions to remove from the
259 std::vector<Function *> &FuncsToRemove,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1138 /// \param [in,out] FuncsToRemove - Extracted functions to erase from module
1142 std::vector<Function *> &FuncsToRemove) {
1183 FuncsToRemove.push_back(CurrentOS->ExtractedFunction);
1188 std::vector<Function *> &FuncsToRemove, unsigned &OutlinedFunctionNum) {
1195 fillOverallFunction(M, CurrentGroup, OutputStoreBBs, FuncsToRemove);
1213 FuncsToRemove.push_back(CurrentOS->ExtractedFunction);
1547 std::vector<Function *> FuncsToRemove; local
1672 deduplicateExtractedSections(M, CurrentGroup, FuncsToRemove,
1676 for (Function *F : FuncsToRemove)
1140 fillOverallFunction(Module &M, OutlinableGroup &CurrentGroup, std::vector<BasicBlock *> &OutputStoreBBs, std::vector<Function *> &FuncsToRemove) argument
1186 deduplicateExtractedSections( Module &M, OutlinableGroup &CurrentGroup, std::vector<Function *> &FuncsToRemove, unsigned &OutlinedFunctionNum) argument

Completed in 195 milliseconds