LLVM API Documentation

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

Define a kind of processor resource that will be modeled by the scheduler. More...

#include <MCSchedule.h>

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

List of all members.

Public Member Functions

bool operator== (const MCProcResourceDesc &Other) const

Public Attributes

const char * Name
unsigned NumUnits
unsigned SuperIdx
int BufferSize

Detailed Description

Define a kind of processor resource that will be modeled by the scheduler.

Definition at line 26 of file MCSchedule.h.


Member Function Documentation

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

Definition at line 47 of file MCSchedule.h.

References BufferSize, NumUnits, and SuperIdx.


Member Data Documentation

Definition at line 30 of file MCSchedule.h.

Referenced by llvm::TargetSchedModel::init(), and operator==().

Definition at line 31 of file MCSchedule.h.

Referenced by operator==().


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