Searched refs:add_label_notes (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcse.c | 593 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/ |
| D | gcse.c | 632 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);
|
| D | loop.c | 264 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);
|
| D | ChangeLog.0 | 1429 * gcse.c (add_label_notes): New function. 5062 (add_label_notes, count_nonfixed_reads): Likewise.
|
| D | ChangeLog.5 | 14337 * loop.c (add_label_notes): Increment the label usage count when 14339 * gcse.c (add_label_notes): Likewise.
|
| D | ChangeLog.2 | 10491 add_label_notes): Likewise. 10526 add_label_notes, replace_call_address, count_nonfixed_reads,
|
| D | ChangeLog.1 | 14809 * loop.c (add_label_notes): Do not ignore references to labels 14811 * gcse.c (add_label_notes): Similarly.
|
| D | ChangeLog.6 | 12258 * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST. 12259 * loop.c (add_label_notes): Likewise.
|