Home
last modified time | relevance | path

Searched refs:ProfileIsCS (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp173 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()
H A DSampleProfReader.cpp435 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()
H A DProfileSummaryBuilder.cpp205 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
H A DSampleProf.cpp44 bool FunctionSamples::ProfileIsCS = false; member in llvm::sampleprof::FunctionSamples
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp609 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 …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp123 bool ProfileIsCS) { in create() argument
125 if (ProfileIsCS) { in create()
140 bool ProfileIsCS) { in create() argument
142 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()
H A DPerfReader.cpp764 if (ProfileIsCS) { in writeUnsymbolizedProfile()
852 ProfileIsCS = true; in readUnsymbolizedProfile()
1069 ProfileIsCS = !IgnoreStackSamples; in generateUnsymbolizedProfile()
1070 if (ProfileIsCS) in generateUnsymbolizedProfile()
H A DPerfReader.h579 bool profileIsCS() { return ProfileIsCS; } in profileIsCS()
586 bool ProfileIsCS = false; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h477 bool profileIsCS() const { return ProfileIsCS; } in profileIsCS()
540 bool ProfileIsCS = false; variable
H A DSampleProf.h899 if (FunctionSamples::ProfileIsCS && getHeadSamples()) {
1120 static bool ProfileIsCS;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h68 assert(!FunctionSamples::ProfileIsCS && in ProfiledCallGraph()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp976 std::optional<bool> ProfileIsCS; in mergeSampleProfile() local
1003 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()