Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DProfileCommon.h71 static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h177 uint64_t getColdCountThreshold() const { in getColdCountThreshold() function
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp176 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold() function in ProfileSummaryBuilder
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DProfileSummaryInfo.cpp246 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1308 dbgs() << "ColdCountThreshold = " << PSI.getColdCountThreshold() in unswitchFunction()
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1035 ProfileSummaryBuilder::getColdCountThreshold( in mergeSampleProfile()