Home
last modified time | relevance | path

Searched refs:HotCountThreshold (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp200 HotCountThreshold = HotEntry.MinCount; in computeThresholds()
215 if (!HotCountThreshold) in isHotCount()
217 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()
227 if (!HotCountThreshold) in getOrCompHotCountThreshold()
229 return HotCountThreshold && HotCountThreshold.getValue(); in getOrCompHotCountThreshold()
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp110 HotCountThreshold = in computeThresholds()
117 if (!HotCountThreshold) in isHotCount()
119 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h51 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
121 return HotCountThreshold ? HotCountThreshold.getValue() : 0; in getHotCountThreshold()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable