Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp133 using SelectGroup = SmallVector<SelectInst *, 2>; typedef in __anon6edd6fd50111::SelectOptimize
134 using SelectGroups = SmallVector<SelectGroup, 2>;
331 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
523 SelectGroup SIGroup; in collectSelectGroups()
550 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
578 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
917 for (const SelectGroup &ASI : SIGroups) in getSIset()