Searched refs:IncludedGroupsA (Results 1 – 1 of 1) sorted by relevance
1212 DenseSet<unsigned> IncludedGroupsA; in CheckLargerCands() local1233 IncludedGroupsA.insert(GroupNum); in CheckLargerCands()1252 set_intersect(IncludedGroupsA, IncludedGroupsB); in CheckLargerCands()1256 if (IncludedGroupsA.empty()) in CheckLargerCands()1260 auto ItA = IncludedGroupAndCandA.find(*IncludedGroupsA.begin()); in CheckLargerCands()1261 auto ItB = IncludedGroupAndCandB.find(*IncludedGroupsA.begin()); in CheckLargerCands()