Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp279 bool callsiteIsHot(const FunctionSamples *CallerFS, in callsiteIsHot() function
330 if (callsiteIsHot(FS, CalleeSamples)) in countUsedRecords()
347 if (callsiteIsHot(FS, CalleeSamples)) in countBodyRecords()
366 if (callsiteIsHot(FS, CalleeSamples)) in countBodySamples()
636 if (CI && callsiteIsHot(Samples, findCalleeFunctionSamples(*CI))) in inlineHotFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp359 static bool callsiteIsHot(const FunctionSamples *CallsiteFS, in callsiteIsHot() function
403 if (callsiteIsHot(CalleeSamples, PSI)) in countUsedRecords()
422 if (callsiteIsHot(CalleeSamples, PSI)) in countBodyRecords()
443 if (callsiteIsHot(CalleeSamples, PSI)) in countBodySamples()
775 if (callsiteIsHot(FS, PSI)) in inlineHotFunctions()