Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp691 StringSet<> NamesInProfile; in findFunctionsWithoutProfile() local
694 NamesInProfile.insert(Name.stringRef()); in findFunctionsWithoutProfile()
711 if (NamesInProfile.count(CanonFName)) in findFunctionsWithoutProfile()
H A DSampleProfile.cpp579 StringSet<> NamesInProfile; member in __anon71830f180111::SampleProfileLoader
1989 NamesInProfile.clear(); in doInitialization()
1997 NamesInProfile.insert(Name.stringRef()); in doInitialization()
2284 (!FunctionSamples::UseMD5 && NamesInProfile.count(CanonName))) in runOnFunction()