LLVM API Documentation

llvm::MSNodeSBAttributes Struct Reference

#include <ModuloSchedulingSuperBlock.h>

Collaboration diagram for llvm::MSNodeSBAttributes:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MSNodeSBAttributes (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 29 of file ModuloSchedulingSuperBlock.h.


Constructor & Destructor Documentation

llvm::MSNodeSBAttributes::MSNodeSBAttributes ( int  asap = -1,
int  alap = -1,
int  mob = -1,
int  d = -1,
int  h = -1 
) [inline]

Definition at line 35 of file ModuloSchedulingSuperBlock.h.


Member Data Documentation

int llvm::MSNodeSBAttributes::ALAP

Definition at line 31 of file ModuloSchedulingSuperBlock.h.

int llvm::MSNodeSBAttributes::ASAP

Definition at line 30 of file ModuloSchedulingSuperBlock.h.

int llvm::MSNodeSBAttributes::depth

Definition at line 33 of file ModuloSchedulingSuperBlock.h.

int llvm::MSNodeSBAttributes::height

Definition at line 34 of file ModuloSchedulingSuperBlock.h.

int llvm::MSNodeSBAttributes::MOB

Definition at line 32 of file ModuloSchedulingSuperBlock.h.


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