Lines Matching refs:FunctionSamples
279 Profiles[FContext] = FunctionSamples(); in readImpl()
280 FunctionSamples &FProfile = Profiles[FContext]; in readImpl()
318 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt( in readImpl()
329 FunctionSamples &FProfile = *InlineStack.back(); in readImpl()
340 FunctionSamples &FProfile = *InlineStack.back(); in readImpl()
360 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
361 FunctionSamples::ProfileIsCS = ProfileIsCS; in readImpl()
490 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { in readProfile()
562 FunctionSamples &CalleeProfile = FProfile.functionSamplesAt( in readProfile()
584 Profiles[FContext] = FunctionSamples(); in readFuncProfile()
585 FunctionSamples &FProfile = Profiles[FContext]; in readFuncProfile()
619 FunctionSamples::ProfileIsCS = ProfileIsCS = true; in readOneSection()
621 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
629 FunctionSamples::HasUniqSuffix = in readOneSection()
646 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
670 FuncsToUse.insert(FunctionSamples::getCanonicalFnName(F)); in collectFuncsFromModule()
735 } else if (FunctionSamples::ProfileIsCS) { in readFuncProfiles()
1242 FuncsToUse.insert(FunctionSamples::getCanonicalFnName(F)); in collectFuncsFromModule()
1444 FunctionSamples *FProfile = nullptr; in readOneFunctionProfile()
1460 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile()
1727 FunctionSamples::Format = Reader->getFormat(); in create()