Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp802 APInt RHS(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h159 uint64_t getOrCompHotCountThreshold() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1085 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1106 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1359 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
1405 SymbolMap, PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1932 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3275 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold()