Searched refs:MaxNumGroups (Results 1 – 2 of 2) sorted by relevance
87 uint32_t MaxNumGroups) { in annotateGridSizeLoadWithRangeMD() argument88 if (MaxNumGroups == 0 || MaxNumGroups == std::numeric_limits<uint32_t>::max()) in annotateGridSizeLoadWithRangeMD()96 MDNode *Range = MDB.createRange(APInt(32, 1), APInt(32, MaxNumGroups + 1)); in annotateGridSizeLoadWithRangeMD()
1238 constexpr uptr MaxNumGroups = RegionSize / GroupSize; in getMemoryGroupFragmentationInfoInRegion() local1240 MemoryGroupFragmentationRecorder<GroupSize, MaxNumGroups> Recorder; in getMemoryGroupFragmentationInfoInRegion()