Lines Matching refs:FunctionSamples
62 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( in findIRAnchors()
63 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
71 CalleeName = FunctionSamples::getCanonicalFnName(Callee->getName()); in findIRAnchors()
82 if (FunctionSamples::ProfileIsProbeBased) { in findIRAnchors()
109 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( in findIRAnchors()
110 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
119 void SampleProfileMatcher::findProfileAnchors(const FunctionSamples &FS, in findProfileAnchors()
445 bool ChecksumMismatch = FunctionSamples::ProfileIsProbeBased && in runOnFunction()
448 !FunctionSamples::ProfileIsProbeBased || ChecksumMismatch; in runOnFunction()
474 FuncCallsiteMatchStates[FunctionSamples::getCanonicalFnName(F.getName())]; in recordCallsiteMatchStates()
528 void SampleProfileMatcher::countMismatchedFuncSamples(const FunctionSamples &FS, in countMismatchedFuncSamples()
557 const FunctionSamples &FS) { in countMismatchedCallsiteSamples()
603 void SampleProfileMatcher::countMismatchCallsites(const FunctionSamples &FS) { in countMismatchCallsites()
625 const FunctionSamples &FS, in countCallGraphRecoveredSamples()
671 if (FunctionSamples::ProfileIsProbeBased) in computeAndReportProfileStaleness()
680 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
711 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
742 if (FunctionSamples::UseMD5) in findFunctionsWithoutProfile()
756 StringRef CanonFName = FunctionSamples::getCanonicalFnName(F.getName()); in findFunctionsWithoutProfile()
796 if (FunctionSamples::ProfileIsProbeBased) { in functionMatchesProfileHelper()
868 FunctionSamples::ProfileIsCS); in runOnModule()
902 FunctionSamples &FS) { in distributeIRToProfileLocationMap()