GCC Middle and Back End API Reference
|
Data Fields | |
ira_allocno_t | from |
ira_allocno_t | to |
move_t | next |
bool | visited_p |
int | deps_num |
move_t * | deps |
rtx_insn * | insn |
The structure represents an allocno move. Both allocnos have the same original regno but different allocation.
move_t* move::deps |
Referenced by create_move(), free_move(), modify_move_list(), and traverse_moves().
int move::deps_num |
Referenced by create_move(), modify_move_list(), and traverse_moves().
ira_allocno_t move::from |
rtx_insn* move::insn |
Referenced by add_range_and_copies_from_move_list(), create_move(), and emit_move_list().
move_t move::next |
ira_allocno_t move::to |
bool move::visited_p |
Referenced by create_move(), and traverse_moves().