| Class | Description |
|---|---|
| AssignStatement |
Abstraction of assignment statement to be able to categorize them and
easily extract some information.
|
| BoundDefinition |
Class holding information about bound (upper/lower).
|
| DimensionDefinition |
Class holding information about defined dimension.
|
| HoistedNestedDoStatement |
Class holding information about a group of nested loop in a do statement
hoisting transformation.
|
| NestedDoStatement |
Class holding information about nested do statements.
|
| PromotionInfo |
Hold various information about the promotion of a variable.
|
| ReshapeInfo |
Store the information from a reshape clause in a CLAW directives.
|
| Enum | Description |
|---|---|
| BoundDefinition.BoundType | |
| InsertionPosition |
Describe the different insertion position used for field promotion.
|
| PromotionInfo.PromotionType |