Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp107 PSI->getOrCompHotCountThreshold()); in runOnFunction()
139 PSI->getOrCompHotCountThreshold()); in run()
H A DProfileSummaryInfo.cpp196 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() const { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
H A DInlineCost.cpp1063 APInt Threshold(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h256 LLVM_ABI uint64_t getOrCompHotCountThreshold() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1197 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1218 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1467 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
1520 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2325 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3489 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initTailDupThreshold()