GCC Middle and Back End API Reference
|
Data Fields | |
int | units_num |
struct unit_decl ** | unit_decls |
pattern_set_el_t | next_pattern_set_el |
The following nodes represent presence or absence pattern for cpu units. Each element is accessed through only one presence_list or absence_list.
pattern_set_el_t pattern_set_el::next_pattern_set_el |
struct unit_decl** pattern_set_el::unit_decls |
The units forming the pattern.
Referenced by decl_eq_p(), and find_arc().
int pattern_set_el::units_num |
The number of units in unit_decls.
Referenced by find_arc(), and finish_decl_table().