Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h66 return AdapterT::isFunctionColdInCallGraphNthPercentile( in shouldFuncOptimizeForSizeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h128 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp213 bool ProfileSummaryInfo::isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function in ProfileSummaryInfo