LLVM API Documentation

Public Member Functions | Public Attributes
llvm::MCWriteProcResEntry Struct Reference

#include <MCSchedule.h>

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

List of all members.

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 55 of file MCSchedule.h.


Member Function Documentation

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

Definition at line 59 of file MCSchedule.h.

References Cycles, and ProcResourceIdx.


Member Data Documentation

Definition at line 57 of file MCSchedule.h.

Referenced by operator==().

Definition at line 56 of file MCSchedule.h.

Referenced by operator==().


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