Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DProfileSummaryInfo.h170 return isFunctionHotOrColdInCallGraphNthPercentile<true, FuncT, BFIT>( in isFunctionHotInCallGraphNthPercentile()
178 return isFunctionHotOrColdInCallGraphNthPercentile<false, FuncT, BFIT>( in isFunctionColdInCallGraphNthPercentile()
272 bool isFunctionHotOrColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotOrColdInCallGraphNthPercentile() function