Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSizeOpts.cpp73 static bool isFunctionColdInCallGraphNthPercentile(int CutOff, in isFunctionColdInCallGraphNthPercentile() function
77 return PSI->isFunctionColdInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionColdInCallGraphNthPercentile()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSizeOpts.h65 return PSI->isFunctionColdInCallGraphNthPercentile(PgsoCutoffSampleProf, F, in shouldFuncOptimizeForSizeImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDProfileSummaryInfo.h176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() function