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