Home
last modified time | relevance | path

Searched refs:UserCount (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp462 size_t UserCount = 0; in chooseBestVariableForModuleStrategy() member
467 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()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h118 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp193 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument
269 if (UserCount) in gatherUnrollingPreferences()
270 UP.Count = *UserCount; in gatherUnrollingPreferences()