Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDSampleProfileMatcher.h230 bool functionHasProfile(const FunctionId &IRFuncName,
238 bool functionMatchesProfile(const FunctionId &IRFuncName,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileMatcher.cpp152 bool SampleProfileMatcher::functionHasProfile(const FunctionId &IRFuncName, in functionHasProfile() argument
155 auto R = FunctionsWithoutProfile.find(IRFuncName); in functionHasProfile()
166 const FunctionId &IRFuncName, const FunctionId &ProfileFuncName, in functionMatchesProfile() argument
168 if (IRFuncName == ProfileFuncName) in functionMatchesProfile()
176 if (functionHasProfile(IRFuncName, IRFunc) || in functionMatchesProfile()