Lines Matching refs:FunctionSamples

64 void SampleProfileReader::dumpFunctionProfile(const FunctionSamples &FS,  in dumpFunctionProfile()
77 static void dumpFunctionProfileJson(const FunctionSamples &S, in dumpFunctionProfileJson()
108 const FunctionSamples &CalleeSamples = FS.second; in dumpFunctionProfileJson()
329 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
358 FunctionSamples &FProfile = Profiles.create(FContext); in readImpl()
394 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt( in readImpl()
406 FunctionSamples &FProfile = *InlineStack.back(); in readImpl()
419 FunctionSamples &FProfile = *InlineStack.back(); in readImpl()
442 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
443 FunctionSamples::ProfileIsCS = ProfileIsCS; in readImpl()
444 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()
573 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { in readProfile()
645 FunctionSamples &CalleeProfile = FProfile.functionSamplesAt( in readProfile()
668 auto Res = Profiles.try_emplace(Hash, FContext, FunctionSamples()); in readFuncProfile()
669 FunctionSamples &FProfile = Res.first->second; in readFuncProfile()
683 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
703 FunctionSamples::ProfileIsCS = ProfileIsCS = true; in readOneSection()
705 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
707 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
716 FunctionSamples::HasUniqSuffix = in readOneSection()
747 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
800 FuncsToUse.insert(FunctionSamples::getCanonicalFnName(F)); in collectFuncsFromModule()
1193 FunctionSamples *FProfile) { in readFuncMetadata()
1231 FunctionSamples *CalleeProfile = nullptr; in readFuncMetadata()
1233 CalleeProfile = const_cast<FunctionSamples *>( in readFuncMetadata()
1255 FunctionSamples *FProfile = nullptr; in readFuncMetadata()
1638 FunctionSamples *FProfile = nullptr; in readOneFunctionProfile()
1654 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile()