Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp108 PSI->getOrCompHotCountThreshold()); in runOnFunction()
140 PSI->getOrCompHotCountThreshold()); in run()
H A DProfileSummaryInfo.cpp318 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() const { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
H A DInlineCost.cpp817 APInt RHS(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h159 uint64_t getOrCompHotCountThreshold() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1082 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1103 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1361 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
1409 SymbolMap, PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1932 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3275 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold()