Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DProfileCommon.h70 static uint64_t getHotCountThreshold(SummaryEntryVector &DS);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h164 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp159 uint64_t ProfileSummaryBuilder::getHotCountThreshold(SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp242 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp415 HotCountThreshold = ProfileSummaryBuilder::getHotCountThreshold( in computeSummaryAndThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1312 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
H A DSampleProfile.cpp1266 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1876 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions()