Searched refs:bb_header (Results 1 – 3 of 3) sorted by relevance
267 static rtx_insn **bb_header = 0; variable8728 bb_header = XNEWVEC (rtx_insn *, last_basic_block_for_fn (cfun)); in unlink_bb_notes()8732 bb_header[last->next_bb->index] = 0; in unlink_bb_notes()8753 bb_header[last->index] = label; in unlink_bb_notes()8768 if (!bb_header) in restore_bb_notes()8776 && bb_header[first->index]) in restore_bb_notes()8780 label = bb_header[first->index]; in restore_bb_notes()8790 bb_header[first->index] = 0; in restore_bb_notes()8799 free (bb_header); in restore_bb_notes()8800 bb_header = 0; in restore_bb_notes()
16397 nr_be_in_data, nr_begin_control, nr_be_in_control, bb_header,
26520 * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.26541 (unlink_bb_notes): Update for change to type of bb_header.