Home
last modified time | relevance | path

Searched refs:isHotBlockNthPercentile (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp37 static bool isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile() function
72 if (isHotBlockNthPercentile(PercentileCutoff, &MBB, PSI, &MBFI)) in isFunctionHotInCallGraphNthPercentile()
98 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() function
102 return machine_size_opts_detail::isHotBlockNthPercentile( in isHotBlockNthPercentile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp68 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() function
72 return PSI->isHotBlockNthPercentile(CutOff, BB, BFI); in isHotBlockNthPercentile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp218 if (isHotBlockNthPercentile(PercentileCutoff, &BB, &BFI)) in isFunctionHotInCallGraphNthPercentile()
330 bool ProfileSummaryInfo::isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile() function in ProfileSummaryInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h86 return !AdapterT::isHotBlockNthPercentile( in shouldOptimizeForSizeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h136 bool isHotBlockNthPercentile(int PercentileCutoff,