|
LLVM
3.7.0
|
Identify one of the processor resource kinds consumed by a particular scheduling class for the specified number of cycles. More...
#include <MCSchedule.h>
Public Member Functions | |
| bool | operator== (const MCWriteProcResEntry &Other) const |
Public Attributes | |
| unsigned | ProcResourceIdx |
| unsigned | Cycles |
Identify one of the processor resource kinds consumed by a particular scheduling class for the specified number of cycles.
Definition at line 55 of file MCSchedule.h.
|
inline |
Definition at line 59 of file MCSchedule.h.
References Cycles, and ProcResourceIdx.
| unsigned llvm::MCWriteProcResEntry::Cycles |
Definition at line 57 of file MCSchedule.h.
Referenced by operator==().
| unsigned llvm::MCWriteProcResEntry::ProcResourceIdx |
Definition at line 56 of file MCSchedule.h.
Referenced by operator==().
1.8.6