Searched refs:isFunctionHotInCallGraphNthPercentile (Results 1 – 3 of 3) sorted by relevance
67 static bool isFunctionHotInCallGraphNthPercentile(int CutOff, in isFunctionHotInCallGraphNthPercentile() function71 return PSI->isFunctionHotInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionHotInCallGraphNthPercentile()
67 return !PSI->isFunctionHotInCallGraphNthPercentile(PgsoCutoffInstrProf, F, in shouldFuncOptimizeForSizeImpl()
168 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile() function