/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 153 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); in store() local 232 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); in retrieve() local 302 const u32 MaxCount = static_cast<u32>(Value); in setOption() local 327 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); in disableMemoryTagging() local
|
H A D | quarantine.h | 21 static const u32 MaxCount = 1019; member
|
H A D | local_cache.h | 173 u16 MaxCount; member
|
H A D | primary64.h | 565 const u16 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList() local
|
H A D | primary32.h | 578 const u16 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 51 uint64_t MaxCount = 0; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 157 static inline uint64_t calculateCountScale(uint64_t MaxCount) { in calculateCountScale()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 250 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount); in promoteIndirectCall() local
|
H A D | PGOInstrumentation.cpp | 1131 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() 1685 uint64_t MaxCount = 0; in setBranchWeights() local 1768 uint64_t MaxCount = std::max(SCounts[0], SCounts[1]); in annotateOneSelectInst() local 2298 uint64_t MaxCount) { in setProfMetadata()
|
H A D | PGOMemOPSizeOpt.cpp | 295 uint64_t MaxCount = 0; in perform() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | release_test.cpp | 133 static const scudo::u16 MaxCount = SizeClassMap::MaxNumCachedHint; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.cpp | 290 size_t MaxCount) { in readIntsWithCommas()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 478 uint64_t MaxCount = 0; member 2604 uint64_t MaxCount; member
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 633 uint64_t MaxCount = 0; in overlap() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 457 unsigned MaxCount; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 693 unsigned MaxCount = Known.countMaxPopulation(); in foldCtpop() local
|