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.h238 bool functionMatchesProfile(const FunctionId &IRFuncName,
244 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp165 bool SampleProfileMatcher::functionMatchesProfile( in functionMatchesProfile() function in SampleProfileMatcher
182 return functionMatchesProfile(*IRFunc, ProfileFuncName, in functionMatchesProfile()
250 functionMatchesProfile( in longestCommonSequence()
845 bool SampleProfileMatcher::functionMatchesProfile(Function &IRFunc, in functionMatchesProfile() function in SampleProfileMatcher