Searched refs:write_expr_attr_cache (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | genattrtab.c | 452 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 D | ChangeLog.0 | 9189 (write_expr_attr_cache, write_toplevel_expr): New functions.
|
H A D | ChangeLog.2 | 10496 write_expr_attr_cache): Likewise.
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | genattrtab.c | 3894 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()
|