Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp266 auto iter = ThresholdCache.find(PercentileCutoff); in computeThreshold()
267 if (iter != ThresholdCache.end()) { in computeThreshold()
274 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h63 DenseMap<int, uint64_t> ThresholdCache; variable