|
LLVM
4.0.0
|
Record a physical register access. More...
#include <ScheduleDAGInstrs.h>
Public Member Functions | |
| PhysRegSUOper (SUnit *su, int op, unsigned R) | |
| unsigned | getSparseSetIndex () const |
Public Attributes | |
| SUnit * | SU |
| int | OpIdx |
| unsigned | Reg |
Record a physical register access.
For non-data-dependent uses, OpIdx == -1.
Definition at line 59 of file ScheduleDAGInstrs.h.
Definition at line 64 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 66 of file ScheduleDAGInstrs.h.
References Reg.
| int llvm::PhysRegSUOper::OpIdx |
Definition at line 61 of file ScheduleDAGInstrs.h.
| unsigned llvm::PhysRegSUOper::Reg |
Definition at line 62 of file ScheduleDAGInstrs.h.
Referenced by getSparseSetIndex().
| SUnit* llvm::PhysRegSUOper::SU |
Definition at line 60 of file ScheduleDAGInstrs.h.
1.8.6