Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp612 size_t UserCount = 0; in chooseBestVariableForModuleStrategy() member
617 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h124 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp187 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument
260 if (UserCount) in gatherUnrollingPreferences()
261 UP.Count = *UserCount; in gatherUnrollingPreferences()