ArcSpec.h File Reference
Go to the source code of this file.
|
Typedefs |
| typedef signed char | DDIST_TYPE |
| | Distance type: Element of direction vector.
|
Enumerations |
| enum | DEP_DECISION {
_ASSUMED = 0,
_PROVED = ARC_1_BIT,
_INDEP
} |
| | Assumed & Proved dependence. More...
|
| enum | DEP_DIREC {
_NORMAL = 0,
_REVERSE = ARC_1_BIT
} |
| | Normal/Reverse dependence direction (hidden from outside). More...
|
| enum | DEP_TYPE {
_FLOW = 0,
_ANTI = (Arc_type)'\x40',
_INPUT = ARC_1_BIT,
_OUTPUT = ARC_2_BIT,
_UNKNOWN
} |
| | Dependence types: DVfield with a NULL direction vector is assumed to have an UNKNOWN dependence type. More...
|
| enum | DIREC_TYPE {
_DELIM = 0,
_EQ = (Arc_type)'\x20',
_GT = (Arc_type)'\x40',
_GE = (Arc_type)'\x60',
_LT = ARC_1_BIT,
_LE = (Arc_type)'\xa0',
_NEQ = ARC_2_BIT,
_STAR = ARC_3_BIT
} |
| | Direction type: Element of direction vector. More...
|
Typedef Documentation
Enumeration Type Documentation
|
|
Assumed & Proved dependence.
- Enumeration values:
-
Definition at line 53 of file ArcSpec.h. |
|
|
Normal/Reverse dependence direction (hidden from outside).
- Enumeration values:
-
Definition at line 60 of file ArcSpec.h. |
|
|
Dependence types: DVfield with a NULL direction vector is assumed to have an UNKNOWN dependence type.
_UNKNOWN won't be ever stored in the arc, but stored in ActiveArc for user access. - Enumeration values:
-
| _FLOW |
|
| _ANTI |
|
| _INPUT |
|
| _OUTPUT |
|
| _UNKNOWN |
|
Definition at line 68 of file ArcSpec.h. |
|
|
Direction type: Element of direction vector.
- Enumeration values:
-
| _DELIM |
|
| _EQ |
|
| _GT |
|
| _GE |
|
| _LT |
|
| _LE |
|
| _NEQ |
|
| _STAR |
|
Definition at line 77 of file ArcSpec.h. |
|