Home
last modified time | relevance | path

Searched defs:allocno_color_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c101 struct allocno_color_data struct
105 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc106 struct allocno_color_data struct
110 unsigned int in_graph_p : 1;
113 unsigned int may_be_spilled_p : 1;
115 unsigned int colorable_p : 1;
119 int available_regs_num;
122 int conflict_allocno_hard_prefs;
125 ira_allocno_t next_bucket_allocno;
126 ira_allocno_t prev_bucket_allocno;
128 int temp;
130 int last_process;
[all …]