Searched refs:UserCount (Results 1 – 3 of 3) sorted by relevance
627 size_t UserCount = 0; in chooseBestVariableForModuleStrategy() member632 CandidateTy(GlobalVariable *GV, uint64_t UserCount, uint64_t AllocSize) in chooseBestVariableForModuleStrategy()633 : GV(GV), UserCount(UserCount), Size(AllocSize) {} in chooseBestVariableForModuleStrategy()637 if (UserCount < Other.UserCount) { in chooseBestVariableForModuleStrategy()640 if (UserCount > Other.UserCount) { in chooseBestVariableForModuleStrategy()
113 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
187 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument263 if (UserCount) in gatherUnrollingPreferences()264 UP.Count = *UserCount; in gatherUnrollingPreferences()