Home
last modified time | relevance | path

Searched refs:replace_label (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcfgcleanup.c1480 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 Drtlanal.c2384 replace_label (rtx *x, void *data) in replace_label() function
2408 for_each_rtx (&new_c, replace_label, data); in replace_label()
H A Drtl.h1718 extern int replace_label (rtx *, void *);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c342 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 DChangeLog.114572 (replace_label): Likewise.