Lines Matching refs:FSForMatching
359 const auto *FSForMatching = getFlattenedSamplesFor(F); in runOnFunction() local
360 if (SalvageUnusedProfile && !FSForMatching) { in runOnFunction()
364 FSForMatching = getFlattenedSamplesFor(R->second); in runOnFunction()
367 if (!FSForMatching && LoadFuncProfileforCGMatching) in runOnFunction()
368 FSForMatching = Reader.getSamplesFor(R->second.stringRef()); in runOnFunction()
371 if (!FSForMatching) in runOnFunction()
382 findProfileAnchors(*FSForMatching, ProfileAnchors); in runOnFunction()
393 !ProbeManager->profileIsValid(F, *FSForMatching); in runOnFunction()
760 const auto *FSForMatching = getFlattenedSamplesFor(ProfFunc); in functionMatchesProfileHelper() local
766 if (!FSForMatching && LoadFuncProfileforCGMatching) { in functionMatchesProfileHelper()
770 FSForMatching = Reader.getSamplesFor(ProfFunc.stringRef()); in functionMatchesProfileHelper()
772 if (FSForMatching) in functionMatchesProfileHelper()
777 if (!FSForMatching) in functionMatchesProfileHelper()
783 FSForMatching->getBodySamples().size() < MinFuncCountForCGMatching) in functionMatchesProfileHelper()
791 !ProbeManager->profileIsHashMismatched(*FuncDesc, *FSForMatching)) { in functionMatchesProfileHelper()
802 findProfileAnchors(*FSForMatching, ProfileAnchors); in functionMatchesProfileHelper()