Home
last modified time | relevance | path

Searched refs:write_expr_attr_cache (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c452 static int write_expr_attr_cache PARAMS ((rtx, struct attr_desc *));
5261 write_expr_attr_cache (p, attr) in write_expr_attr_cache() function
5291 if (write_expr_attr_cache (XEXP (p, i), attr))
5298 if (write_expr_attr_cache (XVECEXP (p, i, j), attr))
5321 write_expr_attr_cache (p, attr);
H A DChangeLog.09189 (write_expr_attr_cache, write_toplevel_expr): New functions.
H A DChangeLog.210496 write_expr_attr_cache): Likewise.
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c3894 write_expr_attr_cache (rtx p, struct attr_desc *attr) in write_expr_attr_cache() function
3920 if (write_expr_attr_cache (XEXP (p, i), attr)) in write_expr_attr_cache()
3927 if (write_expr_attr_cache (XVECEXP (p, i, j), attr)) in write_expr_attr_cache()