Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h70 static uint64_t getHotCountThreshold(SummaryEntryVector &DS);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h164 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp157 uint64_t ProfileSummaryBuilder::getHotCountThreshold(SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp242 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1312 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
H A DSampleProfile.cpp1267 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1876 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions()