Home
last modified time | relevance | path

Searched refs:ShorterHistogram (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mibmap.cpp33 uintptr_t ShorterHistogram; in InsertOrMerge() local
35 ShorterHistogram = lmib->mib.AccessHistogram; in InsertOrMerge()
37 ShorterHistogram = Block.AccessHistogram; in InsertOrMerge()
44 InternalFree((void *)ShorterHistogram); in InsertOrMerge()
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc209 uintptr_t ShorterHistogram;
212 ShorterHistogram = AccessHistogram;
218 ShorterHistogram = newMIB.AccessHistogram;
222 ((uint64_t *)AccessHistogram)[i] += ((uint64_t *)ShorterHistogram)[i];
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc209 uintptr_t ShorterHistogram;
212 ShorterHistogram = AccessHistogram;
218 ShorterHistogram = newMIB.AccessHistogram;
222 ((uint64_t *)AccessHistogram)[i] += ((uint64_t *)ShorterHistogram)[i];
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp722 uintptr_t ShorterHistogram; in readRawProfile() local
725 ShorterHistogram = MIB.AccessHistogram; in readRawProfile()
727 ShorterHistogram = CallstackProfileData[Id].AccessHistogram; in readRawProfile()
729 free((void *)ShorterHistogram); in readRawProfile()