Searched refs:replace_label (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cfgcleanup.c | 1480 for_each_rtx (&BB_END (bb1), replace_label, &rr); in outgoing_edges_match() 1493 for_each_rtx (&BB_END (bb1), replace_label, &rr); in outgoing_edges_match() 1701 for_each_rtx (&insn, replace_label, &rr); in try_crossjump_to_edge()
|
| H A D | rtlanal.c | 2384 replace_label (rtx *x, void *data) in replace_label() function 2408 for_each_rtx (&new_c, replace_label, data); in replace_label()
|
| H A D | rtl.h | 1718 extern int replace_label (rtx *, void *);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | loop.c | 342 static int replace_label PARAMS ((rtx *, void *)); 10201 for_each_rtx (&p, replace_label, &rr); 10594 replace_label (x, data) in replace_label() function
|
| H A D | ChangeLog.1 | 14572 (replace_label): Likewise.
|