Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp263 Optional<uint64_t> ProfileSummaryInfo::computeThreshold(int PercentileCutoff) { in computeThreshold() function in ProfileSummaryInfo
303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotCountNthPercentile()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp307 ProfileSummaryInfo::computeThreshold(int PercentileCutoff) const { in computeThreshold() function in ProfileSummaryInfo
341 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h60 Optional<uint64_t> computeThreshold(int PercentileCutoff);
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h55 Optional<uint64_t> computeThreshold(int PercentileCutoff) const;