Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp752 auto ProfBaseName = GetBaseName(ProfFunc.stringRef()); in functionMatchesProfileHelper() local
753 if (!IRBaseName.empty() && IRBaseName == ProfBaseName) { in functionMatchesProfileHelper()