Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp110 PSI->getOrCompHotCountThreshold()); in runOnFunction()
142 PSI->getOrCompHotCountThreshold()); in run()
DProfileSummaryInfo.cpp320 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() const { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
DInlineCost.cpp902 APInt RHS(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h144 uint64_t getOrCompHotCountThreshold();
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h168 uint64_t getOrCompHotCountThreshold() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp307 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1200 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1221 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1470 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
1523 PSI->getOrCompHotCountThreshold()); in inlineHotFunctionsWithPriority()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1021 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1069 InlinedGUIDs, F.getParent(), PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp2217 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3322 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold()