Lines Matching defs:LineSegments
1538 ArrayRef<const CoverageSegment *> LineSegments,
1541 LineSegments(LineSegments), WrappedSegment(WrappedSegment) {
1547 for (unsigned I = 0; I < LineSegments.size() && MinRegionCount < 2; ++I)
1548 if (isStartOfRegion(LineSegments[I]))
1551 bool StartOfSkippedRegion = !LineSegments.empty() &&
1552 !LineSegments.front()->HasCount &&
1553 LineSegments.front()->IsRegionEntry;
1562 Mapped |= any_of(LineSegments, [](const auto *Seq) {
1576 for (const auto *LS : LineSegments)