Home
last modified time | relevance | path

Searched refs:memory_access_types (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.cc236 : 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 Dipa-icf.h375 auto_vec<tree> memory_access_types; variable
H A DChangeLog-20204476 (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 DChangeLog-202124556 * ipa-icf.h: Use auto_vec for memory_access_types.
H A DChangeLog-201618925 memory_access_types.