Searched refs:ProfileFuncName (Results 1 – 2 of 2) sorted by relevance
170 bool SampleProfileMatcher::isProfileUnused(const FunctionId &ProfileFuncName) { in isProfileUnused() argument171 return SymbolMap->find(ProfileFuncName) == SymbolMap->end(); in isProfileUnused()175 const FunctionId &IRFuncName, const FunctionId &ProfileFuncName, in functionMatchesProfile() argument177 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()
221 bool isProfileUnused(const FunctionId &ProfileFuncName);228 const FunctionId &ProfileFuncName,