Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp108 PSI->getOrCompHotCountThreshold()); in runOnFunction()
140 PSI->getOrCompHotCountThreshold()); in run()
H A DProfileSummaryInfo.cpp317 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() const { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
H A DInlineCost.cpp873 APInt RHS(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h167 uint64_t getOrCompHotCountThreshold() const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1162 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1183 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1434 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
1487 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1884 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3310 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold()