Searched refs:expr_obstack (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | postreload-gcse.c | 109 static struct obstack expr_obstack; variable 245 gcc_obstack_init (&expr_obstack); in alloc_mem() 270 obstack_free (&expr_obstack, NULL); in free_mem() 343 cur_expr = (struct expr *) obstack_alloc (&expr_obstack, in insert_expr_in_table() 359 obstack_free (&expr_obstack, cur_expr); in insert_expr_in_table() 412 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack, in lookup_expr_in_table() 420 obstack_free (&expr_obstack, tmp_expr); in lookup_expr_in_table()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | postreload-gcse.c | 151 static struct obstack expr_obstack; variable 301 gcc_obstack_init (&expr_obstack); in alloc_mem() 336 obstack_free (&expr_obstack, NULL); in free_mem() 382 cur_expr = (struct expr *) obstack_alloc (&expr_obstack, in insert_expr_in_table() 404 obstack_free (&expr_obstack, cur_expr); in insert_expr_in_table() 457 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack, in lookup_expr_in_table() 464 obstack_free (&expr_obstack, tmp_expr); in lookup_expr_in_table()
|