Home
last modified time | relevance | path

Searched refs:rtx_alloc_stat_v (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c217 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 Drtl.h2972 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 Drtl.cc220 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 Drtl.h2982 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 DChangeLog-201440031 (rtx_alloc_stat_v): New.
40032 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
H A DChangeLog-201912617 * rtl.c (rtx_alloc_stat_v): Use rtx_init.