Home
last modified time | relevance | path

Searched defs:MaxCount (Results 1 – 20 of 20) sorted by relevance

/llvm-project/offload/include/Utils/
H A DExponentialBackoff.h26 const int64_t MaxCount = 0; variable
31 ExponentialBackoff(int64_t MaxCount, int64_t CountThreshold, in ExponentialBackoff()
/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h56 uint64_t MaxCount = 0; variable
/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h226 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); store() local
301 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); retrieve() local
420 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); disableMemoryTagging() local
H A Dlocal_cache.h140 u16 MaxCount; member
H A Dquarantine.h22 static const u32 MaxCount = 1019; member
H A Drelease.h312 updateAsAllCountedIf(uptr Region,uptr I,uptr MaxCount) updateAsAllCountedIf() argument
H A Dprimary32.h808 Min(MaxNumBatches * MaxCount, in populateFreeList() local
H A Dprimary64.h1036 const u16 MaxCount = CacheT::getMaxCached(Size); populateFreeListAndPopBlocks() local
/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp290 uint64_t MaxCount = 0; in perform() local
H A DPGOInstrumentation.cpp1191 markFunctionAttributes(uint64_t EntryCount,uint64_t MaxCount) markFunctionAttributes() argument
1628 uint64_t MaxCount = 0; setBranchWeights() local
1707 uint64_t MaxCount = std::max(SCounts[0], SCounts[1]); annotateOneSelectInst() local
2271 setProfMetadata(Module * M,Instruction * TI,ArrayRef<uint64_t> EdgeCounts,uint64_t MaxCount) setProfMetadata() argument
[all...]
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp310 size_t MaxCount) { in readIntsWithCommas()
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp406 static void RunRandTest(uint64_t Seed, int Size, int MinCount, int MaxCount, in RunRandTest() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp161 static const scudo::u16 MaxCount = SizeClassMap::MaxNumCachedHint; member
/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1009 uint64_t MaxCount = 0; global() member
3010 uint64_t MaxCount = 0; global() member
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp824 uint64_t MaxCount = 0; overlap() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h566 unsigned MaxCount; global() member