Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp627 size_t UserCount = 0; in chooseBestVariableForModuleStrategy() member
632 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h113 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp187 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument
263 if (UserCount) in gatherUnrollingPreferences()
264 UP.Count = *UserCount; in gatherUnrollingPreferences()