Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dvar-tracking.c266 static alloc_pool var_pool; variable
633 pool_free (var_pool, var); in variable_htab_free()
736 new_var = pool_alloc (var_pool); in unshare_variable()
2013 empty_var = pool_alloc (var_pool); in variable_was_changed()
2093 var = pool_alloc (var_pool); in set_variable_part()
2485 pool_free (var_pool, var); in emit_note_insn_var_location()
2524 empty_var = pool_alloc (var_pool); in emit_notes_for_differences_1()
2923 var_pool = create_alloc_pool ("variable_def pool", in vt_initialize()
2952 free_alloc_pool (var_pool); in vt_finalize()