Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp446 void detectProfileMismatch();
447 void detectProfileMismatch(const Function &F, const FunctionSamples &FS);
2057 void SampleProfileMatcher::detectProfileMismatch(const Function &F, in detectProfileMismatch() function in SampleProfileMatcher
2148 void SampleProfileMatcher::detectProfileMismatch() { in detectProfileMismatch() function in SampleProfileMatcher
2155 detectProfileMismatch(F, *FS); in detectProfileMismatch()
2244 MatchingManager->detectProfileMismatch(); in runOnModule()