Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h67 return !PSI->isFunctionHotInCallGraphNthPercentile(PgsoCutoffInstrProf, F, in shouldFuncOptimizeForSizeImpl()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile() function