/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 56 uint64_t MaxCount = 0; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 276 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 D | local_cache.h | 140 u16 MaxCount; member
|
H A D | quarantine.h | 22 static const u32 MaxCount = 1019; member
|
H A D | release.h | 312 bool updateAsAllCountedIf(uptr Region, uptr I, uptr MaxCount) { in updateAsAllCountedIf()
|
H A D | primary32.h | 801 const u16 MaxCount = CacheT::getMaxCached(Size); populateFreeList() local
|
H A D | primary64.h | 983 const u16 MaxCount = CacheT::getMaxCached(Size); populateFreeListAndPopBatch() local
|
/freebsd-src/sys/contrib/dev/acpica/include/ |
H A D | acdebug.h | 189 UINT32 MaxCount; member
|
H A D | actbl3.h | 815 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 D | ProfileSummary.h | 52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 162 calculateCountScale(uint64_t MaxCount) calculateCountScale() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 250 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount); promoteIndirectCall() local
|
H A D | PGOInstrumentation.cpp | 1139 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 D | PGOMemOPSizeOpt.cpp | 295 uint64_t MaxCount = 0; perform() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 951 uint64_t MaxCount = 0; global() member 2937 uint64_t MaxCount = 0; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 727 uint64_t MaxCount = 0; overlap() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 562 unsigned MaxCount; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 700 unsigned MaxCount = Known.countMaxPopulation(); foldCtpop() local
|