GCC Middle and Back End API Reference
|
Data Fields | |
unit_decl_t | unit_decl |
struct unit_usage * | next |
The following structure describes usage of a unit in a reservation.
struct unit_usage* unit_usage::next |
The following forms a list of units used on the same cycle in the same alternative. The list is ordered by the correspdoning unit declarations and there is no unit declaration duplication in the list.
unit_decl_t unit_usage::unit_decl |