Lines Matching refs:SelectGroup
263 using SelectGroup = SmallVector<SelectLike, 2>; typedef in __anonf7d98fdb0111::SelectOptimizeImpl
264 using SelectGroups = SmallVector<SelectGroup, 2>;
293 bool isConvertToBranchProfitableBase(const SelectGroup &ASI);
298 bool hasExpensiveColdOperand(const SelectGroup &ASI);
531 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups()
751 SelectGroup SIGroup; in collectSelectGroups()
786 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsBase()
820 for (SelectGroup &ASI : SIGroups) { in findProfitableSIGroupsInnerLoops()
848 const SelectGroup &ASI) { in isConvertToBranchProfitableBase()
906 bool SelectOptimizeImpl::hasExpensiveColdOperand(const SelectGroup &ASI) { in hasExpensiveColdOperand()
1193 for (const SelectGroup &ASI : SIGroups) in getSImap()