Searched defs:allocno_color_data (Results 1 – 2 of 2) sorted by relevance
101 struct allocno_color_data struct105 unsigned int in_graph_p : 1;108 unsigned int may_be_spilled_p : 1;110 unsigned int colorable_p : 1;114 int available_regs_num;117 int conflict_allocno_hard_prefs;120 ira_allocno_t next_bucket_allocno;121 ira_allocno_t prev_bucket_allocno;123 int temp;125 int last_process;[all …]
93 struct allocno_color_data struct97 unsigned int in_graph_p : 1;100 unsigned int may_be_spilled_p : 1;102 unsigned int colorable_p : 1;106 int available_regs_num;132 typedef struct allocno_color_data *allocno_color_data_t; argument135 static allocno_color_data_t allocno_color_data; variable