Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp280 const FunctionSamples *CallsiteFS) { in callsiteIsHot() argument
281 if (!CallsiteFS) in callsiteIsHot()
288 uint64_t CallsiteTotalSamples = CallsiteFS->getTotalSamples(); in callsiteIsHot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp359 static bool callsiteIsHot(const FunctionSamples *CallsiteFS, in callsiteIsHot() argument
361 if (!CallsiteFS) in callsiteIsHot()
365 uint64_t CallsiteTotalSamples = CallsiteFS->getTotalSamples(); in callsiteIsHot()