Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DProfileSummaryInfo.cpp269 ProfileSummaryInfo::computeThreshold(int PercentileCutoff) const { in computeThreshold() function in ProfileSummaryInfo
303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h56 std::optional<uint64_t> computeThreshold(int PercentileCutoff) const;