Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DProfileCommon.h71 static uint64_t getColdCountThreshold(SummaryEntryVector &DS);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 uint64_t getColdCountThreshold() const { in getColdCountThreshold() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp168 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) { in getColdCountThreshold() function in ProfileSummaryBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp244 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp417 ColdCountThreshold = ProfileSummaryBuilder::getColdCountThreshold( in computeSummaryAndThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1313 dbgs() << "ColdCountThreshold = " << PSI.getColdCountThreshold() in unswitchFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp734 ProfileSummaryBuilder::getColdCountThreshold( in mergeSampleProfile()