Searched refs:rtx_alloc_stat_v (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl.c | 217 rtx_alloc_stat_v (RTX_CODE code MEM_STAT_DECL, int extra) in rtx_alloc_stat_v() function 239 return rtx_alloc_stat_v (code PASS_MEM_STAT, 0); in rtx_alloc()
|
H A D | rtl.h | 2972 extern rtx rtx_alloc_stat_v (RTX_CODE MEM_STAT_DECL, int); 2973 #define rtx_alloc_v(c, SZ) rtx_alloc_stat_v (c MEM_STAT_INFO, SZ)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl.cc | 220 rtx_alloc_stat_v (RTX_CODE code MEM_STAT_DECL, int extra) in rtx_alloc_stat_v() function 242 return rtx_alloc_stat_v (code PASS_MEM_STAT, 0); in rtx_alloc()
|
H A D | rtl.h | 2982 extern rtx rtx_alloc_stat_v (RTX_CODE MEM_STAT_DECL, int); 2983 #define rtx_alloc_v(c, SZ) rtx_alloc_stat_v (c MEM_STAT_INFO, SZ)
|
H A D | ChangeLog-2014 | 40031 (rtx_alloc_stat_v): New. 40032 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
|
H A D | ChangeLog-2019 | 12617 * rtl.c (rtx_alloc_stat_v): Use rtx_init.
|