GCC Middle and Back End API Reference
|
Data Fields | |
unsigned int | in_graph_p: 1 |
unsigned int | may_be_spilled_p: 1 |
unsigned int | colorable_p: 1 |
int | available_regs_num |
ira_allocno_t | next_bucket_allocno |
ira_allocno_t | prev_bucket_allocno |
int | temp |
int | last_process |
HARD_REG_SET | profitable_hard_regs |
allocno_hard_regs_node_t | hard_regs_node |
int | hard_regs_subnodes_start |
int | hard_regs_subnodes_num |
To decrease footprint of ira_allocno structure we store all data needed only for coloring in the following structure.
int allocno_color_data::available_regs_num |
Referenced by setup_allocno_available_regs_num(), and update_left_conflict_sizes_p().
unsigned int allocno_color_data::colorable_p |
Referenced by push_allocno_to_stack(), and update_left_conflict_sizes_p().
allocno_hard_regs_node_t allocno_color_data::hard_regs_node |
int allocno_color_data::hard_regs_subnodes_num |
Referenced by form_allocno_hard_regs_nodes_forest(), and setup_left_conflict_sizes_p().
int allocno_color_data::hard_regs_subnodes_start |
unsigned int allocno_color_data::in_graph_p |
Referenced by push_allocno_to_stack().
int allocno_color_data::last_process |
unsigned int allocno_color_data::may_be_spilled_p |
ira_allocno_t allocno_color_data::next_bucket_allocno |
Referenced by add_allocno_to_bucket().
ira_allocno_t allocno_color_data::prev_bucket_allocno |
Referenced by add_allocno_to_bucket().
HARD_REG_SET allocno_color_data::profitable_hard_regs |
int allocno_color_data::temp |
Referenced by allocno_spill_priority().