Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Drtl.h1736 typedef int (*rtx_function) (rtx *, void *); typedef
1737 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()
H A DChangeLog-19987074 * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid
7230 * rtl.h (rtx_function): New type.