Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp264 using SelectGroups = SmallVector<SelectGroup, 2>; typedef in __anonf7d98fdb0111::SelectOptimizeImpl
279 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);
286 void findProfitableSIGroupsBase(SelectGroups &SIGroups,
287 SelectGroups &ProfSIGroups);
321 getSImap(const SelectGroups &SIGroups);
451 SelectGroups ProfSIGroups; in optimizeSelects()
468 SelectGroups SIGroups; in optimizeSelectsBase()
493 SelectGroups SIGroups; in optimizeSelectsInnerLoops()
785 SelectGroups &SIGroups, SelectGroups &ProfSIGroups) { in findProfitableSIGroupsBase()
800 const Loop *L, SelectGroups &SIGroups, SelectGroups &ProfSIGroups) { in findProfitableSIGroupsInnerLoops()
[all …]