Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp110 PSI->getOrCompHotCountThreshold()); in runOnFunction()
142 PSI->getOrCompHotCountThreshold()); in run()
H A DProfileSummaryInfo.cpp320 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() const { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
H A DInlineCost.cpp902 APInt RHS(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 uint64_t getOrCompHotCountThreshold() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1200 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1221 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1470 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
1523 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2217 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3322 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold()