Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp110 HotCountThreshold = in computeThresholds()
117 if (!HotCountThreshold) in isHotCount()
119 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable