Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp562 uint64_t TotalColdSize = 0; in readMemprof() local
576 TotalColdSize += AllocInfo->Info.getTotalSize(); in readMemprof()
590 if (TotalColdSize < TotalSize && MinMatchedColdBytePercent < 100 && in readMemprof()
591 TotalColdSize * 100 >= MinMatchedColdBytePercent * TotalSize) { in readMemprof()