Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h71 static uint64_t getColdCountThreshold(SummaryEntryVector &DS);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 uint64_t getColdCountThreshold() const { in getColdCountThreshold() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp166 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) { in getColdCountThreshold() function in ProfileSummaryBuilder
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp244 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1313 dbgs() << "ColdCountThreshold = " << PSI.getColdCountThreshold() in unswitchFunction()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp755 ProfileSummaryBuilder::getColdCountThreshold( in mergeSampleProfile()