Home
last modified time | relevance | path

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

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