Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp95 bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function
130 static bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function
135 return machine_size_opts_detail::isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp67 static bool isFunctionHotInCallGraphNthPercentile(int CutOff, in isFunctionHotInCallGraphNthPercentile() function
71 return PSI->isFunctionHotInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionHotInCallGraphNthPercentile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h68 return !AdapterT::isFunctionHotInCallGraphNthPercentile(PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h123 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp207 bool ProfileSummaryInfo::isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function in ProfileSummaryInfo