Home
last modified time | relevance | path

Searched refs:line_note_head (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c206 static rtx *line_note_head; variable
1370 rtx line = line_note_head[b];
2452 line_note_head = (rtx *) xcalloc (last_basic_block, sizeof (rtx));
2465 line_note_head[b->index] = line;
2475 line_note_head[b->index] = line;
2523 free (line_note_head); in sched_finish()
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c205 static rtx *line_note_head; variable
1417 rtx line = line_note_head[b]; in save_line_notes()
2852 line_note_head = 0; in sched_init()
2888 free (line_note_head); in sched_finish()
4041 line_note_head[b->index] = line; in associate_line_notes_with_blocks()
4051 line_note_head[b->index] = line; in associate_line_notes_with_blocks()
4228 line_note_head = xrecalloc (line_note_head, last_basic_block, in extend_bb()
4230 sizeof (*line_note_head)); in extend_bb()