Append segment S to the list of segments.

Synopsis

Declared in <llvm/CodeGen/LiveInterval.h>

void
append(LiveRange::Segment const S);

Parameters

Name

Description

S

Segment to append; must begin after existing segments.

Created with MrDocs