Union this live range with Other in place.

Synopsis

Declared in <llvm/Analysis/StackLifetime.h>

void
join(LiveRange const& Other);

Parameters

Name

Description

Other

Live range whose live points are added to this range.

Created with MrDocs