Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp279 SelectGroups SIGroups; in optimizeSelectsBase() local
285 collectSelectGroups(BB, SIGroups); in optimizeSelectsBase()
304 SelectGroups SIGroups; in optimizeSelectsInnerLoops() local
306 collectSelectGroups(*BB, SIGroups); in optimizeSelectsInnerLoops()
543 SIGroups.push_back(SIGroup); in collectSelectGroups()
550 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
559 NumSelectOptAnalyzed += SIGroups.size(); in findProfitableSIGroupsInnerLoops()
578 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
835 const Loop *L, const SelectGroups &SIGroups, in computeLoopCosts() argument
837 const auto &SIset = getSIset(SIGroups); in computeLoopCosts()
[all …]