Home
last modified time | relevance | path

Searched defs:CallsiteFS (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSampleProfileLoaderBaseUtil.cpp64 bool callsiteIsHot(const FunctionSamples *CallsiteFS, ProfileSummaryInfo *PSI, in callsiteIsHot()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp280 const FunctionSamples *CallsiteFS) { in callsiteIsHot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp529 bool SampleProfileLoader::callsiteIsHot(const FunctionSamples *CallsiteFS, in callsiteIsHot()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp2088 const auto CallsiteFS = FS.findFunctionSamplesMapAt(IRCallsite); in detectProfileMismatch() local