True iff this segment is a single segment that lies between the specified boundaries, exclusively. Vregs live across a backedge are not considered local. The boundaries are expected to lie within an extended basic block, so vregs that are not live out should contain no holes.

Synopsis

Declared in <llvm/CodeGen/LiveInterval.h>

bool
isLocal(
    SlotIndex Start,
    SlotIndex End) const;

Parameters

Name

Description

Start

SlotIndex ‐ An opaque wrapper around machine indexes.

End

SlotIndex ‐ An opaque wrapper around machine indexes.

Created with MrDocs