Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp170 bool SampleProfileMatcher::isProfileUnused(const FunctionId &ProfileFuncName) { in isProfileUnused() argument
171 return SymbolMap->find(ProfileFuncName) == SymbolMap->end(); in isProfileUnused()
175 const FunctionId &IRFuncName, const FunctionId &ProfileFuncName, in functionMatchesProfile() argument
177 if (IRFuncName == ProfileFuncName) in functionMatchesProfile()
186 !isProfileUnused(ProfileFuncName)) in functionMatchesProfile()
189 assert(FunctionId(IRFunc->getName()) != ProfileFuncName && in functionMatchesProfile()
191 return functionMatchesProfile(*IRFunc, ProfileFuncName, in functionMatchesProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h221 bool isProfileUnused(const FunctionId &ProfileFuncName);
228 const FunctionId &ProfileFuncName,