Searched refs:valid_info (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-sccvn.c | 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() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-sccvn.cc | 361 static vn_tables_t valid_info; variable 492 vn_nary_op_insert_into (nary, valid_info->nary); in VN_INFO() 502 vn_nary_op_insert_into (nary, valid_info->nary); in VN_INFO() 1770 slot = valid_info->references->find_slot_with_hash (vr, hash, NO_INSERT); in vn_reference_lookup_1() 2309 slot = valid_info->references->find_slot_with_hash (vr, hash, NO_INSERT); in vn_reference_lookup_2() 2452 vn_nary_op_insert_into (vno1, valid_info->nary); in vn_nary_build_or_lookup_1() 3846 slot = valid_info->references->find_slot_with_hash (vr1, vr1->hashcode, in vn_reference_insert() 3907 slot = valid_info->references->find_slot_with_hash (vr1, vr1->hashcode, in vn_reference_insert_pieces() 4075 slot = valid_info->nary->find_slot_with_hash (vno, vno->hashcode, NO_INSERT); in vn_nary_op_lookup_1() 4284 return vn_nary_op_insert_into (vno1, valid_info->nary); in vn_nary_op_insert_pieces() [all …]
|
H A D | ChangeLog-2018 | 15905 (optimistic_info, current_info): Remove, keeping only valid_info. 16129 copy the elements to valid_info but just move them from one
|