Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-sccvn.c115 alloc_pool references_pool; member
1950 vr1 = (vn_reference_t) pool_alloc (current_info->references_pool); in vn_reference_insert()
1994 vr1 = (vn_reference_t) pool_alloc (current_info->references_pool); in vn_reference_insert_pieces()
2638 vr2 = (vn_reference_t) pool_alloc (current_info->references_pool); in visit_reference_op_call()
3491 ref = (vn_reference_t) pool_alloc (info->references_pool); in copy_reference()
3553 empty_alloc_pool (optimistic_info->references_pool); in process_scc()
3739 table->references_pool = create_alloc_pool ("VN references", in allocate_vn_table()
3754 free_alloc_pool (table->references_pool); in free_vn_table()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-sccvn.c278 object_allocator<vn_reference_s> *references_pool; member
2560 vr1 = current_info->references_pool->allocate (); in vn_reference_insert()
2605 vr1 = current_info->references_pool->allocate (); in vn_reference_insert_pieces()
3730 vr2 = current_info->references_pool->allocate (); in visit_reference_op_call()
4299 ref = info->references_pool->allocate (); in copy_reference()
4365 optimistic_info->references_pool->release (); in process_scc()
4548 table->references_pool = new object_allocator<vn_reference_s> in allocate_vn_table()
4565 delete table->references_pool; in free_vn_table()