LLVM API Documentation
#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 50 of file MCSchedule.h.
|
inline |
Definition at line 54 of file MCSchedule.h.
References Cycles, and ProcResourceIdx.
unsigned llvm::MCWriteProcResEntry::Cycles |
Definition at line 52 of file MCSchedule.h.
Referenced by operator==().
unsigned llvm::MCWriteProcResEntry::ProcResourceIdx |
Definition at line 51 of file MCSchedule.h.
Referenced by operator==().