Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h76 static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp118 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp176 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold() function in ProfileSummaryBuilder
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h261 uint64_t getColdCountThreshold() const { in getColdCountThreshold() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1262 dbgs() << "ColdCountThreshold = " << PSI.getColdCountThreshold() in unswitchFunction()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1508 ProfileSummaryBuilder::getColdCountThreshold( in mergeSampleProfile()