Searched refs:NumGroups (Results 1 – 9 of 9) sorted by relevance
141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local 149 GrpCount += ((unsigned) NumGroups); in nextGroup() 153 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups) in nextGroup() 154 ? (ProcResourceCounters[i] - NumGroups) in nextGroup()
90 template <uptr GroupSize, uptr NumGroups>103 uptr FreePagesCount[NumGroups] = {};
120 static constexpr unsigned NumGroups = MaxIdentifiers;
103 unsigned NumGroups = 0; in optimizeRules() local119 ++NumGroups; in optimizeRules()139 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules()140 (void)NumGroups; in optimizeRules()
152 static_assert(orc::AllocGroup::NumGroups == 32, in Create()
1979 U8 NumGroups; /* 0x10 */ member2025 U8 NumGroups; /* 0x14 */ member
1572 unsigned NumGroups = 0; member1588 else if (NumGroups > Other.NumGroups) in operator <()1590 else if (NumGroups < Other.NumGroups) in operator <()1950 VRI.NumGroups += 1; in collectValueRotInfo()2204 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()2206 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()2665 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2468 U8 NumGroups; /* 0x10 */ member2514 U8 NumGroups; /* 0x14 */ member
3744 auto NumGroups = getCodeGenOpts().ProfileTotalFunctionGroups; in isFunctionBlockedFromProfileInstr() local3745 if (NumGroups > 1) { in isFunctionBlockedFromProfileInstr()3746 auto Group = llvm::crc32(arrayRefFromStringRef(Fn->getName())) % NumGroups; in isFunctionBlockedFromProfileInstr()