Searched refs:NumGroups (Results 1 – 5 of 5) sorted by relevance
142 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local150 GrpCount += ((unsigned) NumGroups); in nextGroup()154 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups) in nextGroup()155 ? (ProcResourceCounters[i] - NumGroups) in nextGroup()
1148 unsigned NumGroups = 0; member1164 else if (NumGroups > Other.NumGroups) in operator <()1166 else if (NumGroups < Other.NumGroups) in operator <()1510 VRI.NumGroups += 1; in collectValueRotInfo()1764 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()1766 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()2215 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2040 U8 NumGroups; /* 0x10 */ member2088 U8 NumGroups; /* 0x14 */ member
2537 U8 NumGroups; /* 0x10 */ member2585 U8 NumGroups; /* 0x14 */ member
4120 unsigned NumGroups = 0; in optimizeRules() local4137 ++NumGroups; in optimizeRules()4157 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules()