Searched refs:rtx_function (Results 1 – 3 of 3) sorted by relevance
1736 typedef int (*rtx_function) (rtx *, void *); typedef1737 extern int for_each_rtx (rtx *, rtx_function, void *);
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()
7074 * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid7230 * rtl.h (rtx_function): New type.