Lines Matching refs:FunctionSamples
71 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( in findIRAnchors()
72 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
80 CalleeName = FunctionSamples::getCanonicalFnName(Callee->getName()); in findIRAnchors()
91 if (FunctionSamples::ProfileIsProbeBased) { in findIRAnchors()
118 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( in findIRAnchors()
119 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
128 void SampleProfileMatcher::findProfileAnchors(const FunctionSamples &FS, in findProfileAnchors()
392 bool ChecksumMismatch = FunctionSamples::ProfileIsProbeBased && in runOnFunction()
395 !FunctionSamples::ProfileIsProbeBased || ChecksumMismatch; in runOnFunction()
421 FuncCallsiteMatchStates[FunctionSamples::getCanonicalFnName(F.getName())]; in recordCallsiteMatchStates()
475 void SampleProfileMatcher::countMismatchedFuncSamples(const FunctionSamples &FS, in countMismatchedFuncSamples()
504 const FunctionSamples &FS) { in countMismatchedCallsiteSamples()
550 void SampleProfileMatcher::countMismatchCallsites(const FunctionSamples &FS) { in countMismatchCallsites()
572 const FunctionSamples &FS, in countCallGraphRecoveredSamples()
618 if (FunctionSamples::ProfileIsProbeBased) in computeAndReportProfileStaleness()
627 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
658 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
689 if (FunctionSamples::UseMD5) in findFunctionsWithoutProfile()
703 StringRef CanonFName = FunctionSamples::getCanonicalFnName(F.getName()); in findFunctionsWithoutProfile()
788 if (FunctionSamples::ProfileIsProbeBased) { in functionMatchesProfileHelper()
882 FunctionSamples::ProfileIsCS); in runOnModule()
907 FunctionSamples &FS) { in distributeIRToProfileLocationMap()