Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h65 return PSI->isFunctionColdInCallGraphNthPercentile(PgsoCutoffSampleProf, F, in shouldFuncOptimizeForSizeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() function