LLVM 20.0.0git
|
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 VirtReg, and llvm::Register::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.
unsigned llvm::VReg2SUnit::VirtReg |
Definition at line 53 of file ScheduleDAGInstrs.h.
Referenced by getSparseSetIndex().