Searched refs:ProfileIsCS (Results 1 – 10 of 10) sorted by relevance
459 ProfileIsCS = (CSProfileCount > 0); in readImpl()465 FunctionSamples::ProfileIsCS = ProfileIsCS; in readImpl()569 if (ProfileIsCS) { in readSampleContextFromTable()731 FunctionSamples::ProfileIsCS = ProfileIsCS = true; in readOneSection()766 assert((!ProfileIsCS || in readOneSection()801 if (ProfileIsCS) in useFuncOffsetList()903 if (ProfileIsCS) { in readFuncProfiles()1009 assert((!CSProfileCount || ProfileIsCS) && in readFuncProfiles()1123 if (!ProfileIsCS) { in readNameTable()1139 if (!ProfileIsCS) in readNameTable()[all …]
276 if (FunctionSamples::ProfileIsCS) { in writeFuncOffsetTable()306 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined) { in writeFuncMetadata()310 if (!FunctionSamples::ProfileIsCS) { in writeFuncMetadata()332 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS && in writeFuncMetadata()430 (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined)) in writeOneSection()432 if (Type == SecProfSummary && FunctionSamples::ProfileIsCS) in writeOneSection()568 if (FunctionSamples::ProfileIsCS) in writeSample()896 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
214 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
45 bool FunctionSamples::ProfileIsCS = false; member in llvm::sampleprof::FunctionSamples
675 if (!FunctionSamples::ProfileIsCS) in getInstWeight()706 if (FunctionSamples::ProfileIsCS) in findCalleeFunctionSamples()738 if (FunctionSamples::ProfileIsCS) { in findIndirectCallFunctionSamples()790 if (FunctionSamples::ProfileIsCS) in findFunctionSamples()1058 if (!FunctionSamples::ProfileIsCS) { in findExternalInlineCandidate()1163 FunctionSamples::ProfileIsCS) in inlineHotFunctions()1226 if (!FunctionSamples::ProfileIsCS) in inlineHotFunctions()1272 if (FunctionSamples::ProfileIsCS) in tryInlineCandidate()1535 if (!FunctionSamples::ProfileIsCS) in inlineHotFunctionsWithPriority()1655 if (!FunctionSamples::ProfileIsCS) { in generateMDProfMetadata()[all …]
882 FunctionSamples::ProfileIsCS); in runOnModule()
962 if (FunctionSamples::ProfileIsCS && getHeadSamples()) {1200 LLVM_ABI static bool ProfileIsCS;1438 bool ProfileIsCS = false) {1440 flattenProfile(ProfileMap, TmpProfiles, ProfileIsCS);1446 bool ProfileIsCS = false) {1447 if (ProfileIsCS) {
486 bool profileIsCS() const { return ProfileIsCS; } in profileIsCS()581 bool ProfileIsCS = false; variable
1600 std::optional<bool> ProfileIsCS; in mergeSampleProfile() local1628 if (ProfileIsCS && ProfileIsCS != FunctionSamples::ProfileIsCS) in mergeSampleProfile()1630 ProfileIsCS = FunctionSamples::ProfileIsCS; in mergeSampleProfile()1656 if (ProfileIsCS && (SampleMergeColdContext || SampleTrimColdContext)) { in mergeSampleProfile()1672 ProfileConverter::flattenProfile(ProfileMap, FunctionSamples::ProfileIsCS); in mergeSampleProfile()1673 ProfileIsCS = FunctionSamples::ProfileIsCS = false; in mergeSampleProfile()1674 } else if (ProfileIsCS && ProfileLayout == llvm::sampleprof::SPL_Nest) { in mergeSampleProfile()1677 ProfileIsCS = FunctionSamples::ProfileIsCS = false; in mergeSampleProfile()
68 assert(!FunctionSamples::ProfileIsCS &&