Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp252 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()
254 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()
255 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()
297 if (!ColdCountThreshold) in isColdCount()
299 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
314 if (!ColdCountThreshold) in getOrCompColdCountThreshold()
316 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; 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/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp282 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()
284 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()
285 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()
335 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
363 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getOrCompColdCountThreshold()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h50 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
154 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h45 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
170 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp55 static cl::opt<unsigned> ColdCountThreshold( variable
90 return (*Count < ColdCountThreshold); in isColdBlock()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable