Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp726 const Function &IRFunc, const FunctionId &ProfFunc) { in functionMatchesProfileHelper() argument
752 auto ProfBaseName = GetBaseName(ProfFunc.stringRef()); in functionMatchesProfileHelper()
755 << ProfFunc << "(Profile) share the same base name: " in functionMatchesProfileHelper()
760 const auto *FSForMatching = getFlattenedSamplesFor(ProfFunc); in functionMatchesProfileHelper()
767 DenseSet<StringRef> TopLevelFunc({ProfFunc.stringRef()}); in functionMatchesProfileHelper()
770 FSForMatching = Reader.getSamplesFor(ProfFunc.stringRef()); in functionMatchesProfileHelper()
773 dbgs() << "Read top-level function " << ProfFunc in functionMatchesProfileHelper()
793 << "(IR) and " << ProfFunc << "(Profile) match.\n"); in functionMatchesProfileHelper()
827 << "(IR) and " << ProfFunc << "(profile) is " in functionMatchesProfileHelper()
837 const FunctionId &ProfFunc, in functionMatchesProfile() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h223 const FunctionId &ProfFunc);
233 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,