Searched refs:callsiteIsHot (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, function in class:SampleProfileLoader
589 if (SPLoader.callsiteIsHot(CalleeSamples, PSI))
608 if (SPLoader.callsiteIsHot(CalleeSamples, PSI))
629 if (SPLoader.callsiteIsHot(CalleeSamples, PSI))
977 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
1001 if (callsiteIsHot(FS, PSI))
1040 if (!callsiteIsHot(FS, PSI))

Completed in 26 milliseconds