Searched refs:ggc_alloc_tree (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc.h | 240 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone)) macro
|
| H A D | tree.c | 1143 s = ggc_alloc_tree (length); in build_string()
|
| H A D | ChangeLog-1999 | 5445 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete. 5462 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete. 5489 (ggc_alloc_tree, ggc_alloc): Likewise. 5493 (ggc_alloc_tree, ggc_alloc): Likewise. 8423 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise. 8642 (ggc_alloc_tree): Likewise. 8927 (make_node): Use ggc_alloc_tree when GC'ing. 8931 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
|
| H A D | ChangeLog.tree-ssa | 5557 (create_ephi_node): Use xmalloc, not ggc_alloc_tree.
|
| H A D | ChangeLog-2000 | 16456 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
|
| H A D | ChangeLog-2005 | 29041 (ggc_alloc_rtvec, ggc_alloc_tree): Update to use ggc_alloc_zone.
|
| H A D | ChangeLog-2003 | 4193 (ggc_alloc_tree): Use zone allocation, since some things using this macro
|