Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h153 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 Dquarantine.h21 static const u32 MaxCount = 1019; member
H A Dlocal_cache.h173 u16 MaxCount; member
H A Dprimary64.h565 const u16 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList() local
H A Dprimary32.h578 const u16 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DProfileCommon.h51 uint64_t MaxCount = 0; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h157 static inline uint64_t calculateCountScale(uint64_t MaxCount) { in calculateCountScale()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp250 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount); in promoteIndirectCall() local
H A DPGOInstrumentation.cpp1131 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 DPGOMemOPSizeOpt.cpp295 uint64_t MaxCount = 0; in perform() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp133 static const scudo::u16 MaxCount = SizeClassMap::MaxNumCachedHint; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp290 size_t MaxCount) { in readIntsWithCommas()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp478 uint64_t MaxCount = 0; member
2604 uint64_t MaxCount; member
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp633 uint64_t MaxCount = 0; in overlap() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h457 unsigned MaxCount; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp693 unsigned MaxCount = Known.countMaxPopulation(); in foldCtpop() local