Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp149 auto [Iter, Inserted] = ThresholdCache.try_emplace(PercentileCutoff); in computeThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h61 mutable DenseMap<int, uint64_t> ThresholdCache; variable