Append a segment to the list of segments.

Synopsis

Declared in <llvm/CodeGen/LiveInterval.h>

void
append(LiveRange::Segment const S);

Parameters

Name

Description

S

This represents a simple continuous liveness interval for a value. The start point is inclusive, the end point exclusive. These intervals are rendered as [start,end).]

Created with MrDocs