|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct position * | base |
| struct position * | next |
| struct position * | xexps |
| struct position * | xvecexp0s |
| enum position_type | type |
| int | arg |
| int | depth |
The position of an rtx relative to X0. Each useful position is represented by exactly one instance of this structure.
| int position::arg |
Referenced by change_state(), compare_positions(), next_position(), and write_action().
| struct position* position::base |
Referenced by change_state(), compare_positions(), next_position(), and write_action().
| int position::depth |
Referenced by add_to_sequence(), change_state(), compare_positions(), next_position(), and write_tree().
| struct position* position::next |
Referenced by add_to_sequence().
| enum position_type position::type |
Referenced by change_state(), compare_positions(), next_position(), and write_action().
| struct position* position::xexps |
Referenced by add_to_sequence().
| struct position* position::xvecexp0s |
Referenced by add_to_sequence().