Lines Matching defs:NumGroups
1572 unsigned NumGroups = 0;
1578 // For sorting (in reverse order) by NumGroups, and then by
1588 else if (NumGroups > Other.NumGroups)
1590 else if (NumGroups < Other.NumGroups)
1950 VRI.NumGroups += 1;
2204 << " using rotates: " << VRI.NumGroups << "\n");
2206 if (NumAndInsts >= VRI.NumGroups)
2665 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups)