Lines Matching defs:ProfileIsCS
1589 std::optional<bool> ProfileIsCS;
1617 if (ProfileIsCS && ProfileIsCS != FunctionSamples::ProfileIsCS)
1619 ProfileIsCS = FunctionSamples::ProfileIsCS;
1645 if (ProfileIsCS && (SampleMergeColdContext || SampleTrimColdContext)) {
1661 ProfileConverter::flattenProfile(ProfileMap, FunctionSamples::ProfileIsCS);
1662 ProfileIsCS = FunctionSamples::ProfileIsCS = false;
1663 } else if (ProfileIsCS && ProfileLayout == llvm::sampleprof::SPL_Nest) {
1666 ProfileIsCS = FunctionSamples::ProfileIsCS = false;