Searched refs:UserCount (Results 1 – 3 of 3) sorted by relevance
462 size_t UserCount = 0; in chooseBestVariableForModuleStrategy() member467 CandidateTy(GlobalVariable *GV, uint64_t UserCount, uint64_t AllocSize) in chooseBestVariableForModuleStrategy()468 : GV(GV), UserCount(UserCount), Size(AllocSize) {} in chooseBestVariableForModuleStrategy()472 if (UserCount < Other.UserCount) { in chooseBestVariableForModuleStrategy()475 if (UserCount > Other.UserCount) { in chooseBestVariableForModuleStrategy()
118 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
193 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument269 if (UserCount) in gatherUnrollingPreferences()270 UP.Count = *UserCount; in gatherUnrollingPreferences()