Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp441 SampleProfileMap FlattenedProfiles; member in __anon5e863fe00111::SampleProfileMatcher
471 auto It = FlattenedProfiles.find(FunctionId(CanonFName)); in getFlattenedSamplesFor()
472 if (It != FlattenedProfiles.end()) in getFlattenedSamplesFor()
2469 ProfileConverter::flattenProfile(Reader.getProfiles(), FlattenedProfiles, in runOnModule()