Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dggc.h109 #define ggc_alloc_rtvec(NELT) \ macro
H A Drtl.c246 rt = ggc_alloc_rtvec (n);
H A DChangeLog.25432 (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 DChangeLog.31190 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
/openbsd-src/gnu/gcc/gcc/
H A Dggc.h236 #define ggc_alloc_rtvec(NELT) \ macro
H A Drtl.c159 rt = ggc_alloc_rtvec (n); in rtvec_alloc()