Searched refs:UserCount (Results 1 – 3 of 3) sorted by relevance
612 size_t UserCount = 0; in chooseBestVariableForModuleStrategy() member617 CandidateTy(GlobalVariable *GV, uint64_t UserCount, uint64_t AllocSize) in chooseBestVariableForModuleStrategy()618 : GV(GV), UserCount(UserCount), Size(AllocSize) {} in chooseBestVariableForModuleStrategy()622 if (UserCount < Other.UserCount) { in chooseBestVariableForModuleStrategy()625 if (UserCount > Other.UserCount) { in chooseBestVariableForModuleStrategy()
124 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
187 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument260 if (UserCount) in gatherUnrollingPreferences()261 UP.Count = *UserCount; in gatherUnrollingPreferences()