GCC Middle and Back End API Reference
|
Data Fields | |
state_t | state |
alt_state_t | next_alt_state |
alt_state_t | next_sorted_alt_state |
The following node type describes a deterministic alternative in non-deterministic state which characterizes cpu unit reservations of automaton insn or which is part of NDFA.
alt_state_t alt_state::next_alt_state |
The following field refers to the next state which characterizes unit reservations of the instruction.
Referenced by NDFA_to_DFA(), and store_alt_unit_usage().
alt_state_t alt_state::next_sorted_alt_state |
The following field refers to the next state in sorted list.
Referenced by NDFA_to_DFA(), and reserv_sets_cmp().
state_t alt_state::state |
The following field is a deterministic state which characterizes unit reservations of the instruction.
Referenced by NDFA_to_DFA(), reserv_sets_cmp(), and store_alt_unit_usage().