Home
last modified time | relevance | path

Searched defs:PercentileCutoff (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp200 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) { in isFunctionHotInCallGraphNthPercentile()
263 Optional<uint64_t> ProfileSummaryInfo::computeThreshold(int PercentileCutoff) { in computeThreshold()
302 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, uint64_t C) { in isHotCountNthPercentile()
330 bool ProfileSummaryInfo::isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp37 static bool isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile()
63 int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile()