Searched refs:vn_tables_insert_obstack (Results 1 – 3 of 3) sorted by relevance
297 static obstack vn_tables_insert_obstack; variable422 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()
352 static obstack vn_tables_insert_obstack; variable487 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()
16116 (vn_tables_obstack, vn_tables_insert_obstack): New global obstacks.16117 (vn_nary_build_or_lookup_1): Manually build in vn_tables_insert_obstack.