Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h233 bool functionMatchesProfileHelper(const Function &IRFunc,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp778 bool SampleProfileMatcher::functionMatchesProfileHelper( in functionMatchesProfileHelper() function in SampleProfileMatcher
855 bool Matched = functionMatchesProfileHelper(IRFunc, ProfFunc); in functionMatchesProfile()