Lines Matching refs:valid_info
305 static vn_tables_t valid_info; variable
427 vn_nary_op_insert_into (nary, valid_info->nary, true); in VN_INFO()
437 vn_nary_op_insert_into (nary, valid_info->nary, true); in VN_INFO()
1684 slot = valid_info->references->find_slot_with_hash (vr, hash, NO_INSERT); in vn_reference_lookup_1()
2216 slot = valid_info->references->find_slot_with_hash (vr, hash, NO_INSERT); in vn_reference_lookup_2()
2356 vn_nary_op_insert_into (vno1, valid_info->nary, true); in vn_nary_build_or_lookup_1()
3683 slot = valid_info->references->find_slot_with_hash (vr1, vr1->hashcode, in vn_reference_insert()
3743 slot = valid_info->references->find_slot_with_hash (vr1, vr1->hashcode, in vn_reference_insert_pieces()
3911 slot = valid_info->nary->find_slot_with_hash (vno, vno->hashcode, NO_INSERT); in vn_nary_op_lookup_1()
4121 return vn_nary_op_insert_into (vno1, valid_info->nary, true); in vn_nary_op_insert_pieces()
4167 return vn_nary_op_insert_into (vno1, valid_info->nary, true); in vn_nary_op_insert_pieces_predicated()
4200 return vn_nary_op_insert_into (vno1, valid_info->nary, true); in vn_nary_op_insert_stmt()
4412 slot = valid_info->phis->find_slot_with_hash (vp1, vp1->hashcode, NO_INSERT); in vn_phi_lookup()
4459 slot = valid_info->phis->find_slot_with_hash (vp1, vp1->hashcode, INSERT); in vn_phi_insert()
4985 slot = valid_info->references->find_slot_with_hash (vr2, vr2->hashcode, in visit_reference_op_call()
5595 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->nary, vno, vn_nary_op_t, hin) in set_hashtable_value_ids()
5599 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip) in set_hashtable_value_ids()
5602 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->references, vr, vn_reference_t, in set_hashtable_value_ids()
6738 free_vn_table (valid_info); in free_rpo_vn()
6739 XDELETE (valid_info); in free_rpo_vn()
7335 slot = valid_info->nary->find_slot_with_hash in do_unwind()
7341 valid_info->nary->clear_slot (slot); in do_unwind()
7347 slot = valid_info->phis->find_slot_with_hash in do_unwind()
7349 valid_info->phis->clear_slot (slot); in do_unwind()
7355 slot = valid_info->references->find_slot_with_hash in do_unwind()
7358 valid_info->references->clear_slot (slot); in do_unwind()
7484 valid_info = XCNEW (struct vn_tables_s); in do_rpo_vn()
7485 allocate_vn_table (valid_info, region_size); in do_rpo_vn()