Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp272 auto iter = ThresholdCache.find(PercentileCutoff); in computeThreshold()
273 if (iter != ThresholdCache.end()) { in computeThreshold()
280 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h59 mutable DenseMap<int, uint64_t> ThresholdCache; variable