Searched refs:bb_header (Results 1 – 2 of 2) sorted by relevance
227 static rtx *bb_header = 0; variable4138 bb_header = xmalloc (last_basic_block * sizeof (*bb_header)); in unlink_bb_notes()4142 bb_header[last->next_bb->index] = 0; in unlink_bb_notes()4163 bb_header[last->index] = label; in unlink_bb_notes()4178 if (!bb_header) in restore_bb_notes()4186 && bb_header[first->index]) in restore_bb_notes()4190 label = bb_header[first->index]; in restore_bb_notes()4200 bb_header[first->index] = 0; in restore_bb_notes()4209 free (bb_header); in restore_bb_notes()4210 bb_header = 0; in restore_bb_notes()
9312 nr_be_in_data, nr_begin_control, nr_be_in_control, bb_header,