Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp134 using SelectGroups = SmallVector<SelectGroup, 2>; typedef in __anon7ea6c8fc0111::SelectOptimize
153 void optimizeSelectsBase(Function &F, SelectGroups &ProfSIGroups);
154 void optimizeSelectsInnerLoops(Function &F, SelectGroups &ProfSIGroups);
158 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);
161 void collectSelectGroups(BasicBlock &BB, SelectGroups &SIGroups);
165 void findProfitableSIGroupsBase(SelectGroups &SIGroups,
166 SelectGroups &ProfSIGroups);
167 void findProfitableSIGroupsInnerLoops(const Loop *L, SelectGroups &SIGroups,
168 SelectGroups &ProfSIGroups);
194 bool computeLoopCosts(const Loop *L, const SelectGroups &SIGroups,
[all …]