Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp270 auto iter = ThresholdCache.find(PercentileCutoff); in computeThreshold()
271 if (iter != ThresholdCache.end()) { in computeThreshold()
278 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h58 mutable DenseMap<int, uint64_t> ThresholdCache; variable