Home
last modified time | relevance | path

Searched refs:MaxAccessCount (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DMemProfData.inc121 MaxAccessCount = AccessCount;
153 MaxAccessCount = newMIB.MaxAccessCount > MaxAccessCount ? newMIB.MaxAccessCount : MaxAccessCount;
H A DMIBEntryDef.inc32 MIBEntryDef(MaxAccessCount = 4, MaxAccessCount, uint64_t)
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProfData.inc121 MaxAccessCount = AccessCount;
153 MaxAccessCount = newMIB.MaxAccessCount > MaxAccessCount ? newMIB.MaxAccessCount : MaxAccessCount;
H A DMIBEntryDef.inc32 MIBEntryDef(MaxAccessCount = 4, MaxAccessCount, uint64_t)
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp34 AllocationType llvm::memprof::getAllocType(uint64_t MaxAccessCount, in getAllocType() argument
37 if (((float)MaxAccessCount) / MinSize < MemProfAccessesPerByteColdThreshold && in getAllocType()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h27 AllocationType getAllocType(uint64_t MaxAccessCount, uint64_t MinSize,
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp49 M.MaxAccessCount); in Print()
62 p % 100, M.MinAccessCount, M.MaxAccessCount); in Print()