Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.c297 static obstack vn_tables_insert_obstack; variable
422 nary = alloc_vn_nary_op_noinit (2, &vn_tables_insert_obstack); in VN_INFO()
432 nary = alloc_vn_nary_op_noinit (2, &vn_tables_insert_obstack); in VN_INFO()
2350 = alloc_vn_nary_op_noinit (length, &vn_tables_insert_obstack); in vn_nary_build_or_lookup_1()
6741 obstack_free (&vn_tables_insert_obstack, NULL); in free_rpo_vn()
7483 gcc_obstack_init (&vn_tables_insert_obstack); in do_rpo_vn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.cc352 static obstack vn_tables_insert_obstack; variable
487 nary = alloc_vn_nary_op_noinit (2, &vn_tables_insert_obstack); in VN_INFO()
497 nary = alloc_vn_nary_op_noinit (2, &vn_tables_insert_obstack); in VN_INFO()
2446 = alloc_vn_nary_op_noinit (length, &vn_tables_insert_obstack); in vn_nary_build_or_lookup_1()
7180 obstack_free (&vn_tables_insert_obstack, NULL); in free_rpo_vn()
7920 gcc_obstack_init (&vn_tables_insert_obstack); in do_rpo_vn()
H A DChangeLog-201816116 (vn_tables_obstack, vn_tables_insert_obstack): New global obstacks.
16117 (vn_nary_build_or_lookup_1): Manually build in vn_tables_insert_obstack.