Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp158 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);
166 SelectGroups &ProfSIGroups);
262 SelectGroups ProfSIGroups; in optimizeSelects() local
264 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 …]