Lines Matching refs:SelectGroup
290 using SelectGroup = SmallVector<SelectLike, 2>; typedef in __anon09282efa0111::SelectOptimizeImpl
291 using SelectGroups = SmallVector<SelectGroup, 2>;
320 bool isConvertToBranchProfitableBase(const SelectGroup &ASI);
325 bool hasExpensiveColdOperand(const SelectGroup &ASI);
559 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
787 SelectGroup SIGroup; in collectSelectGroups()
839 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
873 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
901 const SelectGroup &ASI) { in isConvertToBranchProfitableBase()
959 bool SelectOptimizeImpl::hasExpensiveColdOperand(const SelectGroup &ASI) { in hasExpensiveColdOperand()
1246 for (const SelectGroup &ASI : SIGroups) in getSImap()