LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::MCWriteProcResEntry Struct Reference

#include <MCSchedule.h>

Collaboration diagram for llvm::MCWriteProcResEntry:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const MCWriteProcResEntry &Other) const
 

Public Attributes

unsigned ProcResourceIdx
 
unsigned Cycles
 

Detailed Description

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.

Member Function Documentation

bool llvm::MCWriteProcResEntry::operator== ( const MCWriteProcResEntry Other) const
inline

Definition at line 54 of file MCSchedule.h.

References Cycles, and ProcResourceIdx.

Member Data Documentation

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==().


The documentation for this struct was generated from the following file: