Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp144 auto iter = ThresholdCache.find(PercentileCutoff); in computeThreshold()
145 if (iter != ThresholdCache.end()) { in computeThreshold()
152 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h61 mutable DenseMap<int, uint64_t> ThresholdCache; variable