Searched refs:memory_access_types (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-icf.cc | 236 : sem_item (FUNC, stack), memory_access_types (), m_alias_sets_hash (0), in sem_function() 244 : sem_item (FUNC, node, stack), memory_access_types (), in sem_function() 1468 memory_access_types.safe_push (t); in hash_stmt() 1471 memory_access_types.safe_push (t); in hash_stmt() 2178 streamer_write_uhwi (ob, fn->memory_access_types.length ()); in write_summary() 2179 for (unsigned i = 0; i < fn->memory_access_types.length (); i++) in write_summary() 2180 stream_write_tree (ob, fn->memory_access_types[i], true); in write_summary() 2236 fn->memory_access_types.reserve_exact (count); in read_section() 2242 fn->memory_access_types.quick_push (type); in read_section()
|
H A D | ipa-icf.h | 375 auto_vec<tree> memory_access_types; variable
|
H A D | ChangeLog-2020 | 4476 (sem_function::sem_function): Initialize memory_access_types 4479 do lto streaming add base and ref types into memory_access_types. 4486 * ipa-icf.h (sem_function): Add memory_access_types and
|
H A D | ChangeLog-2021 | 24556 * ipa-icf.h: Use auto_vec for memory_access_types.
|
H A D | ChangeLog-2016 | 18925 memory_access_types.
|