LLVM API Documentation
#include <ModuloScheduling.h>
Collaboration diagram for llvm::MSNodeAttributes:
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 |
Definition at line 30 of file ModuloScheduling.h.
llvm::MSNodeAttributes::MSNodeAttributes | ( | int | asap = -1 , |
|
int | alap = -1 , |
|||
int | mob = -1 , |
|||
int | d = -1 , |
|||
int | h = -1 | |||
) | [inline] |
Definition at line 36 of file ModuloScheduling.h.
Definition at line 32 of file ModuloScheduling.h.
Definition at line 31 of file ModuloScheduling.h.
Definition at line 34 of file ModuloScheduling.h.
Definition at line 35 of file ModuloScheduling.h.
Definition at line 33 of file ModuloScheduling.h.