Searched refs:rtx_function (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | rtl.h | 1656 typedef int (*rtx_function) PARAMS ((rtx *, void *)); 1657 extern int for_each_rtx PARAMS ((rtx *, rtx_function, void *));
|
| H A D | rtlanal.c | 2811 rtx_function f;
|
| H A D | ChangeLog.1 | 14393 * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid 14549 * rtl.h (rtx_function): New type.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | rtl.h | 1722 typedef int (*rtx_function) (rtx *, void *); typedef 1723 extern int for_each_rtx (rtx *, rtx_function, void *);
|
| H A D | rtlanal.c | 2595 for_each_rtx_1 (rtx exp, int n, rtx_function f, void *data) in for_each_rtx_1() 2682 for_each_rtx (rtx *x, rtx_function f, void *data) in for_each_rtx()
|