Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp279 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);
451 SelectGroups ProfSIGroups; in optimizeSelects() local
453 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() argument
789 ProfSIGroups.push_back(ASI); in findProfitableSIGroupsBase()
[all …]