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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp365 bool callsiteIsHot(const FunctionSamples *CallsiteFS,
542 bool SampleProfileLoader::callsiteIsHot(const FunctionSamples *CallsiteFS, argument
544 if (!CallsiteFS)
548 uint64_t CallsiteTotalSamples = CallsiteFS->getTotalSamples();

Completed in 117 milliseconds