Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h219 bool functionHasProfile(const FunctionId &IRFuncName,
227 bool functionMatchesProfile(const FunctionId &IRFuncName,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp161 bool SampleProfileMatcher::functionHasProfile(const FunctionId &IRFuncName, in functionHasProfile() argument
164 auto R = FunctionsWithoutProfile.find(IRFuncName); in functionHasProfile()
175 const FunctionId &IRFuncName, const FunctionId &ProfileFuncName, in functionMatchesProfile() argument
177 if (IRFuncName == ProfileFuncName) in functionMatchesProfile()
185 if (functionHasProfile(IRFuncName, IRFunc) || in functionMatchesProfile()