Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp291 using SelectGroups = SmallVector<SelectGroup, 2>; typedef in __anon135b54a50111::SelectOptimizeImpl
301 void optimizeSelectsBase(Function &F, SelectGroups &ProfSIGroups);
302 void optimizeSelectsInnerLoops(Function &F, SelectGroups &ProfSIGroups);
306 void convertProfitableSIGroups(SelectGroups &ProfSIGroups);
309 void collectSelectGroups(BasicBlock &BB, SelectGroups &SIGroups);
313 void findProfitableSIGroupsBase(SelectGroups &SIGroups,
314 SelectGroups &ProfSIGroups);
315 void findProfitableSIGroupsInnerLoops(const Loop *L, SelectGroups &SIGroups,
316 SelectGroups &ProfSIGroups);
342 bool computeLoopCosts(const Loop *L, const SelectGroups &SIGroups,
[all …]