Constructors

Synopses

Declared in <llvm/CodeGen/LiveInterval.h>

Construct a value number i defined at slot d.

VNInfo(
    unsigned int i,
    SlotIndex d);

Construct value number i by copying fields from orig.

VNInfo(
    unsigned int i,
    VNInfo const& orig);

Parameters

Name

Description

i

Value number identifier.

d

Slot index of the defining instruction.

orig

Existing value whose def index is copied.

Created with MrDocs