Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c615 static shared_hash *empty_shared_hash; variable
2696 set->vars = shared_hash_copy (empty_shared_hash); in dataflow_set_init()
2712 set->vars = shared_hash_copy (empty_shared_hash); in dataflow_set_clear()
3151 if (dst->vars == empty_shared_hash) in dataflow_set_union()
9586 (shared_hash_htab (empty_shared_hash)); in vt_emit_notes()
10013 empty_shared_hash = shared_hash_pool.allocate (); in vt_initialize()
10014 empty_shared_hash->refcount = 1; in vt_initialize()
10015 empty_shared_hash->htab = new variable_table_type (1); in vt_initialize()
10420 delete empty_shared_hash->htab; in vt_finalize()
10421 empty_shared_hash->htab = NULL; in vt_finalize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc623 static shared_hash *empty_shared_hash; variable
2703 set->vars = shared_hash_copy (empty_shared_hash); in dataflow_set_init()
2719 set->vars = shared_hash_copy (empty_shared_hash); in dataflow_set_clear()
3158 if (dst->vars == empty_shared_hash) in dataflow_set_union()
9617 (shared_hash_htab (empty_shared_hash)); in vt_emit_notes()
10044 empty_shared_hash = shared_hash_pool.allocate (); in vt_initialize()
10045 empty_shared_hash->refcount = 1; in vt_initialize()
10046 empty_shared_hash->htab = new variable_table_type (1); in vt_initialize()
10451 delete empty_shared_hash->htab; in vt_finalize()
10452 empty_shared_hash->htab = NULL; in vt_finalize()
H A DChangeLog-200918493 (shared_hash_pool, empty_shared_hash): New variables.
18507 empty_shared_hash instead of creating a new htab.
18509 to empty_shared_hash instead of calling vars_clear.
18529 empty_shared_hash, move bb in/out initialization afterwards.
18545 (vt_finalize): Call htab_delete on empty_shared_hash->htab and