Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp273 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
274 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
275 return CountThreshold; in computeThreshold()
303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotCountNthPercentile() local
304 return CountThreshold && C >= CountThreshold.getValue(); in isHotCountNthPercentile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold", variable
1900 if (Idxs.size() < CountThreshold) in replaceExtenders()