Searched refs:function_decl_states (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-section-in.c | 416 slot = file_data->function_decl_states->find_slot (&temp, NO_INSERT); in lto_get_function_in_decl_state() 445 = node->lto_file_data->function_decl_states->find_slot (&temp, NO_INSERT); in lto_free_function_in_decl_state_for_node() 449 node->lto_file_data->function_decl_states->clear_slot (slot); in lto_free_function_in_decl_state_for_node()
|
H A D | ipa-utils.c | 483 = src->lto_file_data->function_decl_states->find_slot (&temp, in ipa_merge_profiles() 486 src->lto_file_data->function_decl_states->clear_slot (slot); in ipa_merge_profiles() 500 = src->lto_file_data->function_decl_states->find_slot (state, INSERT); in ipa_merge_profiles()
|
H A D | lto-streamer.h | 607 hash_table<decl_state_hasher> *function_decl_states; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-section-in.cc | 416 slot = file_data->function_decl_states->find_slot (&temp, NO_INSERT); in lto_get_function_in_decl_state() 445 = node->lto_file_data->function_decl_states->find_slot (&temp, NO_INSERT); in lto_free_function_in_decl_state_for_node() 449 node->lto_file_data->function_decl_states->clear_slot (slot); in lto_free_function_in_decl_state_for_node()
|
H A D | ipa-utils.cc | 483 = src->lto_file_data->function_decl_states->find_slot (&temp, in ipa_merge_profiles() 486 src->lto_file_data->function_decl_states->clear_slot (slot); in ipa_merge_profiles() 500 = src->lto_file_data->function_decl_states->find_slot (state, INSERT); in ipa_merge_profiles()
|
H A D | lto-streamer.h | 567 hash_table<decl_state_hasher> *function_decl_states; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 2001 decl_data->function_decl_states in lto_read_decls() 2010 = decl_data->function_decl_states->find_slot (state, INSERT); in lto_read_decls() 2655 FOR_EACH_HASH_TABLE_ELEMENT (*file->function_decl_states, elt, in lto_fixup_decls()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 2010 decl_data->function_decl_states in lto_read_decls() 2019 = decl_data->function_decl_states->find_slot (state, INSERT); in lto_read_decls() 2663 FOR_EACH_HASH_TABLE_ELEMENT (*file->function_decl_states, elt, in lto_fixup_decls()
|