Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp36 cl::opt<unsigned> MinClonedColdBytePercent( variable
56 return MemProfReportHintedSizes || MinClonedColdBytePercent < 100; in metadataIncludesAllContextSizeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp210 extern cl::opt<unsigned> MinClonedColdBytePercent;
4874 if (Node->AllocTypes == BothTypes && MinClonedColdBytePercent < 100 && in assignFunctions()
4890 if (TotalCold * 100 >= Total * MinClonedColdBytePercent) in assignFunctions()