LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::MSNodeAttributes Struct Reference

#include <ModuloScheduling.h>

Collaboration diagram for llvm::MSNodeAttributes:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MSNodeAttributes (int asap=-1, int alap=-1, int mob=-1, int d=-1, int h=-1)

Public Attributes

int ASAP
int ALAP
int MOB
int depth
int height

Detailed Description

Definition at line 26 of file ModuloScheduling.h.


Constructor & Destructor Documentation

llvm::MSNodeAttributes::MSNodeAttributes int  asap = -1,
int  alap = -1,
int  mob = -1,
int  d = -1,
int  h = -1
[inline]
 

Definition at line 32 of file ModuloScheduling.h.


Member Data Documentation

int llvm::MSNodeAttributes::ALAP
 

Definition at line 28 of file ModuloScheduling.h.

int llvm::MSNodeAttributes::ASAP
 

Definition at line 27 of file ModuloScheduling.h.

int llvm::MSNodeAttributes::depth
 

Definition at line 30 of file ModuloScheduling.h.

int llvm::MSNodeAttributes::height
 

Definition at line 31 of file ModuloScheduling.h.

int llvm::MSNodeAttributes::MOB
 

Definition at line 29 of file ModuloScheduling.h.


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