Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h56 uint64_t MaxCount = 0; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h276 for (u32 I = 0; I < MaxCount; I++) { in retrieve() local
201 const u32 MaxCount = atomic_load_relaxed(&MaxEntriesCount); store() local
369 const u32 MaxCount = static_cast<u32>(Value); setOption() local
394 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 bool updateAsAllCountedIf(uptr Region, uptr I, uptr MaxCount) { in updateAsAllCountedIf()
H A Dprimary32.h801 const u16 MaxCount = CacheT::getMaxCached(Size); populateFreeList() local
H A Dprimary64.h983 const u16 MaxCount = CacheT::getMaxCached(Size); populateFreeListAndPopBatch() local
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacdebug.h189 UINT32 MaxCount; member
H A Dactbl3.h815 UINT32 MaxCount; /* Maximum counter value supported */ global() member
893 UINT16 MaxCount; /* Maximum counter value supported */ global() member
938 UINT16 MaxCount; /* Maximum counter value supported */ global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h162 calculateCountScale(uint64_t MaxCount) calculateCountScale() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp250 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount); promoteIndirectCall() local
H A DPGOInstrumentation.cpp1139 markFunctionAttributes(uint64_t EntryCount,uint64_t MaxCount) markFunctionAttributes() argument
1576 uint64_t MaxCount = 0; setBranchWeights() local
1655 uint64_t MaxCount = std::max(SCounts[0], SCounts[1]); annotateOneSelectInst() local
2192 setProfMetadata(Module * M,Instruction * TI,ArrayRef<uint64_t> EdgeCounts,uint64_t MaxCount) setProfMetadata() argument
[all...]
H A DPGOMemOPSizeOpt.cpp295 uint64_t MaxCount = 0; perform() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp951 uint64_t MaxCount = 0; global() member
2937 uint64_t MaxCount = 0; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp727 uint64_t MaxCount = 0; overlap() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h562 unsigned MaxCount; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp700 unsigned MaxCount = Known.countMaxPopulation(); foldCtpop() local