|
LLVM
8.0.1
|
An individual mapping from virtual register number to SUnit. More...
#include "llvm/CodeGen/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 52 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 57 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 60 of file ScheduleDAGInstrs.h.
References llvm::TargetRegisterInfo::virtReg2Index().
| LaneBitmask llvm::VReg2SUnit::LaneMask |
Definition at line 54 of file ScheduleDAGInstrs.h.
| SUnit* llvm::VReg2SUnit::SU |
Definition at line 55 of file ScheduleDAGInstrs.h.
Referenced by llvm::ScheduleDAGInstrs::addChainDependencies().
| unsigned llvm::VReg2SUnit::VirtReg |
Definition at line 53 of file ScheduleDAGInstrs.h.
1.8.13