Lines Matching refs:FunctionSamples
254 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
282 Profiles[FContext] = FunctionSamples(); in readImpl()
283 FunctionSamples &FProfile = Profiles[FContext]; in readImpl()
320 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt( in readImpl()
332 FunctionSamples &FProfile = *InlineStack.back(); in readImpl()
343 FunctionSamples &FProfile = *InlineStack.back(); in readImpl()
366 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
367 FunctionSamples::ProfileIsCS = ProfileIsCS; in readImpl()
368 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()
504 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { in readProfile()
576 FunctionSamples &CalleeProfile = FProfile.functionSamplesAt( in readProfile()
597 Profiles[*FContext] = FunctionSamples(); in readFuncProfile()
598 FunctionSamples &FProfile = Profiles[*FContext]; in readFuncProfile()
612 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
657 FunctionSamples::ProfileIsCS = ProfileIsCS = true; in readOneSection()
659 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
661 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
669 FunctionSamples::HasUniqSuffix = in readOneSection()
692 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
716 FuncsToUse.insert(FunctionSamples::getCanonicalFnName(F)); in collectFuncsFromModule()
944 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
1088 FunctionSamples *FProfile) { in readFuncMetadata()
1125 FunctionSamples *CalleeProfile = nullptr; in readFuncMetadata()
1127 CalleeProfile = const_cast<FunctionSamples *>( in readFuncMetadata()
1148 FunctionSamples *FProfile = nullptr; in readFuncMetadata()
1398 FuncsToUse.insert(FunctionSamples::getCanonicalFnName(F)); in collectFuncsFromModule()
1600 FunctionSamples *FProfile = nullptr; in readOneFunctionProfile()
1616 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile()