GCC Middle and Back End API Reference
|
Data Fields | |
int | def |
sbitmap | uses |
rtx | old_reg |
rtx | new_reg |
int | num_consecutive_stages |
rtx | insn |
Information about a register move that has been added to a partial schedule.
int ps_reg_move_info::def |
Referenced by schedule_reg_move(), and schedule_reg_moves().
rtx ps_reg_move_info::insn |
rtx ps_reg_move_info::new_reg |
Referenced by apply_reg_moves(), and schedule_reg_moves().
int ps_reg_move_info::num_consecutive_stages |
Referenced by ps_num_consecutive_stages(), and schedule_reg_moves().
rtx ps_reg_move_info::old_reg |
Referenced by apply_reg_moves(), and schedule_reg_moves().
sbitmap ps_reg_move_info::uses |
Referenced by apply_reg_moves(), free_partial_schedule(), schedule_reg_move(), and schedule_reg_moves().