Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp483 void countMismatchedSamples(const FunctionSamples &FS);
2193 void SampleProfileMatcher::countMismatchedSamples(const FunctionSamples &FS) { in countMismatchedSamples() function in SampleProfileMatcher
2205 countMismatchedSamples(CS.second); in countMismatchedSamples()
2223 countMismatchedSamples(FS); in countProfileMismatches()