Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp245 void collectSelectGroups(BasicBlock &BB, SelectGroups &SIGroups);
249 void findProfitableSIGroupsBase(SelectGroups &SIGroups,
251 void findProfitableSIGroupsInnerLoops(const Loop *L, SelectGroups &SIGroups,
278 bool computeLoopCosts(const Loop *L, const SelectGroups &SIGroups,
284 getSImap(const SelectGroups &SIGroups);
289 getSGmap(const SelectGroups &SIGroups);
436 SelectGroups SIGroups; in optimizeSelectsBase() local
442 collectSelectGroups(BB, SIGroups); in optimizeSelectsBase()
446 findProfitableSIGroupsBase(SIGroups, ProfSIGroups); in optimizeSelectsBase()
460 SelectGroups SIGroups; in optimizeSelectsInnerLoops() local
[all …]