Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtl.h1656 typedef int (*rtx_function) PARAMS ((rtx *, void *));
1657 extern int for_each_rtx PARAMS ((rtx *, rtx_function, void *));
H A Drtlanal.c2811 rtx_function f;
H A DChangeLog.114393 * 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 Drtl.h1722 typedef int (*rtx_function) (rtx *, void *); typedef
1723 extern int for_each_rtx (rtx *, rtx_function, void *);
H A Drtlanal.c2595 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()