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.cpp309 void collectSelectGroups(BasicBlock &BB, SelectGroups &SIGroups);
313 void findProfitableSIGroupsBase(SelectGroups &SIGroups,
315 void findProfitableSIGroupsInnerLoops(const Loop *L, SelectGroups &SIGroups,
342 bool computeLoopCosts(const Loop *L, const SelectGroups &SIGroups,
348 getSImap(const SelectGroups &SIGroups);
495 SelectGroups SIGroups; in optimizeSelectsBase() local
501 collectSelectGroups(BB, SIGroups); in optimizeSelectsBase()
505 findProfitableSIGroupsBase(SIGroups, ProfSIGroups); in optimizeSelectsBase()
520 SelectGroups SIGroups; in optimizeSelectsInnerLoops() local
522 collectSelectGroups(*BB, SIGroups); in optimizeSelectsInnerLoops()
[all …]