Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h103 uint64_t MaxColdSize; variable
132 uint64_t MaxColdSize = 0)
133 : ORE(ORE), MaxColdSize(MaxColdSize) {} in ORE()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp190 const uint64_t MaxColdSize, uint64_t &TotalBytes, in createMIBNode() argument
213 if (MaxColdSize > 0 && MinPercentMaxColdSize < 100 && in createMIBNode()
214 TotalSize * 100 >= MaxColdSize * MinPercentMaxColdSize) in createMIBNode()
391 ContextSizeInfo, MaxColdSize, TotalBytes, ColdBytes)); in buildMIBNodes()
445 ContextSizeInfo, MaxColdSize, TotalBytes, in buildMIBNodes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp371 OptimizationRemarkEmitter &ORE, uint64_t MaxColdSize) { in readMemprof() argument
560 CallStackTrie AllocTrie(&ORE, MaxColdSize); in readMemprof()
708 uint64_t MaxColdSize = 0; in run() local
710 MaxColdSize = MemProfSum->getMaxColdTotalSize(); in run()
719 MatchedCallSites, UndriftMaps, ORE, MaxColdSize); in run()