Home
last modified time | relevance | path

Searched refs:isFunctionColdInCallGraphNthPercentile (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp110 bool isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function
138 static bool isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function
141 return machine_size_opts_detail::isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp73 static bool isFunctionColdInCallGraphNthPercentile(int CutOff, in isFunctionColdInCallGraphNthPercentile() function
77 return PSI->isFunctionColdInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionColdInCallGraphNthPercentile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSizeOpts.h65 return PSI->isFunctionColdInCallGraphNthPercentile(PgsoCutoffSampleProf, F, in shouldFuncOptimizeForSizeImpl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSizeOpts.h65 return PSI->isFunctionColdInCallGraphNthPercentile(PgsoCutoffSampleProf, F, in shouldFuncOptimizeForSizeImpl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSizeOpts.h65 return PSI->isFunctionColdInCallGraphNthPercentile(PgsoCutoffSampleProf, F, in shouldFuncOptimizeForSizeImpl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSizeOpts.h65 return PSI->isFunctionColdInCallGraphNthPercentile(PgsoCutoffSampleProf, F, in shouldFuncOptimizeForSizeImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h65 return AdapterT::isFunctionColdInCallGraphNthPercentile( in shouldFuncOptimizeForSizeImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h129 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DProfileSummaryInfo.h176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DProfileSummaryInfo.h176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DProfileSummaryInfo.h176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DProfileSummaryInfo.h176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp215 bool ProfileSummaryInfo::isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function in ProfileSummaryInfo