Searched refs:ProfSIGroups (Results 1 – 1 of 1) sorted by relevance
158 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);166 SelectGroups &ProfSIGroups);262 SelectGroups ProfSIGroups; in optimizeSelects() local264 optimizeSelectsBase(F, ProfSIGroups); in optimizeSelects()266 optimizeSelectsInnerLoops(F, ProfSIGroups); in optimizeSelects()270 convertProfitableSIGroups(ProfSIGroups); in optimizeSelects()273 return !ProfSIGroups.empty(); in optimizeSelects()289 findProfitableSIGroupsBase(SIGroups, ProfSIGroups); in optimizeSelectsBase()331 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()553 ProfSIGroups.push_back(ASI); in findProfitableSIGroupsBase()[all …]