Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp203 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()
221 if (!ColdCountThreshold) in isColdCount()
223 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
233 if (!ColdCountThreshold) in getOrCompColdCountThreshold()
235 return ColdCountThreshold && ColdCountThreshold.getValue(); in getOrCompColdCountThreshold()
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp112 ColdCountThreshold = in computeThresholds()
123 if (!ColdCountThreshold) in isColdCount()
125 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h51 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
125 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable