GCC Middle and Back End API Reference
alt_state Struct Reference
Collaboration diagram for alt_state:

Data Fields

state_t state
alt_state_t next_alt_state
alt_state_t next_sorted_alt_state

Detailed Description

   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.  

Field Documentation

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().


The documentation for this struct was generated from the following file: