Home
last modified time | relevance | path

Searched refs:add_label_notes (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dgcse.c593 static void add_label_notes (rtx, rtx);
4092 add_label_notes (PATTERN (pat), new_insn); in insert_insn_end_bb()
4584 add_label_notes (rtx x, rtx insn) in add_label_notes() function
4608 add_label_notes (XEXP (x, i), insn); in add_label_notes()
4611 add_label_notes (XVECEXP (x, i, j), insn); in add_label_notes()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcse.c632 static void add_label_notes PARAMS ((rtx, rtx));
5208 add_label_notes (PATTERN (pat), new_insn);
5643 add_label_notes (x, insn) in add_label_notes() function
5669 add_label_notes (XEXP (x, i), insn);
5672 add_label_notes (XVECEXP (x, i, j), insn);
Dloop.c264 static void add_label_notes PARAMS ((rtx, rtx));
1763 add_label_notes (x, insns) in add_label_notes() function
1793 add_label_notes (XEXP (x, i), insns);
1796 add_label_notes (XVECEXP (x, i, j), insns);
1983 add_label_notes (m->set_src, seq);
2142 add_label_notes (m->set_src, seq);
DChangeLog.01429 * gcse.c (add_label_notes): New function.
5062 (add_label_notes, count_nonfixed_reads): Likewise.
DChangeLog.514337 * loop.c (add_label_notes): Increment the label usage count when
14339 * gcse.c (add_label_notes): Likewise.
DChangeLog.210491 add_label_notes): Likewise.
10526 add_label_notes, replace_call_address, count_nonfixed_reads,
DChangeLog.114809 * loop.c (add_label_notes): Do not ignore references to labels
14811 * gcse.c (add_label_notes): Similarly.
DChangeLog.612258 * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
12259 * loop.c (add_label_notes): Likewise.