Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h227 bool functionMatchesProfile(const FunctionId &IRFuncName,
233 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp174 bool SampleProfileMatcher::functionMatchesProfile( in functionMatchesProfile() function in SampleProfileMatcher
191 return functionMatchesProfile(*IRFunc, ProfileFuncName, in functionMatchesProfile()
203 return functionMatchesProfile( in longestCommonSequence()
836 bool SampleProfileMatcher::functionMatchesProfile(Function &IRFunc, in functionMatchesProfile() function in SampleProfileMatcher