Constructors
Synopses
Declared in <llvm/CodeGen/LiveInterval.h>
Construct a value number i defined at slot d.
Construct value number i by copying fields from 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