Searched refs:ProfileIsCS (Results 1 – 12 of 12) sorted by relevance
173 if (FunctionSamples::ProfileIsCS) { in writeFuncOffsetTable()203 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined) { in writeFuncMetadata()207 if (!FunctionSamples::ProfileIsCS) { in writeFuncMetadata()229 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS && in writeFuncMetadata()325 (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined)) in writeOneSection()327 if (Type == SecProfSummary && FunctionSamples::ProfileIsCS) in writeOneSection()472 if (FunctionSamples::ProfileIsCS) in writeSample()872 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
435 ProfileIsCS = (CSProfileCount > 0); in readImpl()441 FunctionSamples::ProfileIsCS = ProfileIsCS; in readImpl()707 if (ProfileIsCS) { in readSampleContextFromTable()731 FunctionSamples::ProfileIsCS = ProfileIsCS = true; in readOneSection()854 if (ProfileIsCS) { in readFuncProfiles()924 assert((!CSProfileCount || ProfileIsCS) && in readFuncProfiles()1180 if (!ProfileIsCS) { in readFuncMetadata()
205 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
44 bool FunctionSamples::ProfileIsCS = false; member in llvm::sampleprof::FunctionSamples
609 if (!FunctionSamples::ProfileIsCS) in getInstWeight()648 if (!FunctionSamples::ProfileIsCS) in getProbeWeight()702 if (FunctionSamples::ProfileIsCS) in findCalleeFunctionSamples()734 if (FunctionSamples::ProfileIsCS) { in findIndirectCallFunctionSamples()787 if (FunctionSamples::ProfileIsCS) in findFunctionSamples()1062 if (!FunctionSamples::ProfileIsCS) { in findExternalInlineCandidate()1166 FunctionSamples::ProfileIsCS) in inlineHotFunctions()1229 if (!FunctionSamples::ProfileIsCS) in inlineHotFunctions()1276 if (FunctionSamples::ProfileIsCS) in tryInlineCandidate()1538 if (!FunctionSamples::ProfileIsCS) in inlineHotFunctionsWithPriority()[all …]
123 bool ProfileIsCS) { in create() argument125 if (ProfileIsCS) { in create()140 bool ProfileIsCS) { in create() argument142 if (ProfileIsCS) { in create()775 FunctionSamples::ProfileIsCS = true; in generateProfile()1031 FunctionSamples::ProfileIsCS = false; in postProcessProfiles()1052 FunctionSamples::ProfileIsCS = false; in computeSummaryAndThreshold()1059 FunctionSamples::ProfileIsCS = true; in computeSummaryAndThreshold()
764 if (ProfileIsCS) { in writeUnsymbolizedProfile()852 ProfileIsCS = true; in readUnsymbolizedProfile()1069 ProfileIsCS = !IgnoreStackSamples; in generateUnsymbolizedProfile()1070 if (ProfileIsCS) in generateUnsymbolizedProfile()
579 bool profileIsCS() { return ProfileIsCS; } in profileIsCS()586 bool ProfileIsCS = false; variable
477 bool profileIsCS() const { return ProfileIsCS; } in profileIsCS()540 bool ProfileIsCS = false; variable
899 if (FunctionSamples::ProfileIsCS && getHeadSamples()) {1120 static bool ProfileIsCS;
68 assert(!FunctionSamples::ProfileIsCS && in ProfiledCallGraph()
976 std::optional<bool> ProfileIsCS; in mergeSampleProfile() local1003 if (ProfileIsCS && ProfileIsCS != FunctionSamples::ProfileIsCS) in mergeSampleProfile()1005 ProfileIsCS = FunctionSamples::ProfileIsCS; in mergeSampleProfile()1030 if (ProfileIsCS && (SampleMergeColdContext || SampleTrimColdContext)) { in mergeSampleProfile()1045 if (ProfileIsCS && GenCSNestedProfile) { in mergeSampleProfile()1048 ProfileIsCS = FunctionSamples::ProfileIsCS = false; in mergeSampleProfile()