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/ |
D | MachineSizeOpts.cpp | 37 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/ |
D | SizeOpts.cpp | 68 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/ |
D | ProfileSummaryInfo.cpp | 218 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/ |
D | SizeOpts.h | 86 return !AdapterT::isHotBlockNthPercentile( in shouldOptimizeForSizeImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 136 bool isHotBlockNthPercentile(int PercentileCutoff,
|