Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp134 using SelectGroups = SmallVector<SelectGroup, 2>; typedef in __anon6edd6fd50111::SelectOptimize
158 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);
161 void collectSelectGroups(BasicBlock &BB, SelectGroups &SIGroups);
165 void findProfitableSIGroupsBase(SelectGroups &SIGroups,
166 SelectGroups &ProfSIGroups);
262 SelectGroups ProfSIGroups; in optimizeSelects()
279 SelectGroups SIGroups; in optimizeSelectsBase()
304 SelectGroups SIGroups; in optimizeSelectsInnerLoops()
558 const Loop *L, SelectGroups &SIGroups, SelectGroups &ProfSIGroups) { in findProfitableSIGroupsInnerLoops()
835 const Loop *L, const SelectGroups &SIGroups, in computeLoopCosts()
[all …]