Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp108 PSI->getOrCompHotCountThreshold()); in runOnFunction()
140 PSI->getOrCompHotCountThreshold()); in run()
DProfileSummaryInfo.cpp358 uint64_t ProfileSummaryInfo::getOrCompHotCountThreshold() const { in getOrCompHotCountThreshold() function in ProfileSummaryInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h144 uint64_t getOrCompHotCountThreshold();
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h160 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-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1021 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1069 InlinedGUIDs, F.getParent(), PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1071 PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1124 InlinedGUIDs, F.getParent(), PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3266 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold()