Searched refs:ProfFunc (Results 1 – 2 of 2) sorted by relevance
726 const Function &IRFunc, const FunctionId &ProfFunc) { in functionMatchesProfileHelper() argument752 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 …]
223 const FunctionId &ProfFunc);233 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,