Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcfg.c655 static struct obstack edge_aux_obstack; variable
729 e->aux = obstack_alloc (&edge_aux_obstack, size); in alloc_aux_for_edge()
743 gcc_obstack_init (&edge_aux_obstack); in alloc_aux_for_edges()
750 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
789 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()