LLVM API Documentation
An individual mapping from virtual register number to SUnit. More...
#include <ScheduleDAGInstrs.h>
Public Member Functions | |
VReg2SUnit (unsigned reg, SUnit *su) | |
unsigned | getSparseSetIndex () const |
Public Attributes | |
unsigned | VirtReg |
SUnit * | SU |
An individual mapping from virtual register number to SUnit.
Definition at line 34 of file ScheduleDAGInstrs.h.
Definition at line 38 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 40 of file ScheduleDAGInstrs.h.
References VirtReg, and llvm::TargetRegisterInfo::virtReg2Index().
SUnit* llvm::VReg2SUnit::SU |
Definition at line 36 of file ScheduleDAGInstrs.h.
unsigned llvm::VReg2SUnit::VirtReg |
Definition at line 35 of file ScheduleDAGInstrs.h.
Referenced by getSparseSetIndex().