Searched refs:ggc_alloc_rtvec (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ggc.h | 109 #define ggc_alloc_rtvec(NELT) \ macro
|
H A D | rtl.c | 246 rt = ggc_alloc_rtvec (n);
|
H A D | ChangeLog.2 | 5432 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove. 5444 (ggc_alloc_rtx, ggc_alloc_rtvec): Delete. 5462 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete. 5488 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl. 5492 (ggc_alloc_rtx, ggc_alloc_rtvec): New macros. 6108 * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx, 6110 * gcc-page.c (ggc_alloc_rtvec): Similarly. 8423 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise. 8641 (ggc_alloc_rtvec): Likewise. 8810 * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version. [all …]
|
H A D | ChangeLog.3 | 1190 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ggc.h | 236 #define ggc_alloc_rtvec(NELT) \ macro
|
H A D | rtl.c | 159 rt = ggc_alloc_rtvec (n); in rtvec_alloc()
|