Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h77 LLVM_ABI static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp185 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold() function in ProfileSummaryBuilder
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp123 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h265 uint64_t getColdCountThreshold() const { in getColdCountThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1254 dbgs() << "ColdCountThreshold = " << PSI.getColdCountThreshold() in unswitchFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1661 ProfileSummaryBuilder::getColdCountThreshold( in mergeSampleProfile()