Searched refs:ProfSIGroups (Results 1 – 1 of 1) sorted by relevance
279 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);451 SelectGroups ProfSIGroups; in optimizeSelects() local453 optimizeSelectsBase(F, ProfSIGroups); in optimizeSelects()455 optimizeSelectsInnerLoops(F, ProfSIGroups); in optimizeSelects()459 convertProfitableSIGroups(ProfSIGroups); in optimizeSelects()462 return !ProfSIGroups.empty(); in optimizeSelects()478 findProfitableSIGroupsBase(SIGroups, ProfSIGroups); in optimizeSelectsBase()531 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()785 SelectGroups &SIGroups, SelectGroups &ProfSIGroups) { in findProfitableSIGroupsBase() argument789 ProfSIGroups.push_back(ASI); in findProfitableSIGroupsBase()[all …]