Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp271 bool callsiteIsHot(const FunctionSamples *CallerFS, in callsiteIsHot() function
323 if (callsiteIsHot(FS, CalleeSamples)) in countUsedRecords()
340 if (callsiteIsHot(FS, CalleeSamples)) in countBodyRecords()
359 if (callsiteIsHot(FS, CalleeSamples)) in countBodySamples()
683 if (CI && callsiteIsHot(Samples, findCalleeFunctionSamples(*CI))) in inlineHotFunctions()