Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.cc146 : type (_type), referenced_by_count (0), m_hash (-1), m_hash_set (false) in sem_item()
154 m_hash_set (false) in sem_item()
228 m_hash_set = true; in set_hash()
278 if (!m_hash_set) in get_hash()
1925 if (!m_hash_set) in init()
1940 gcc_checking_assert (m_hash_set); in get_hash()
H A Dipa-icf.h297 bool m_hash_set; variable
H A DChangeLog-20164789 * ipa-icf.c (void sem_item::set_hash): Update m_hash_set.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf.c141 : type (_type), referenced_by_count (0), m_hash (-1), m_hash_set (false) in sem_item()
149 m_hash_set (false) in sem_item()
220 m_hash_set = true; in set_hash()
268 if (!m_hash_set) in get_hash()
1904 if (!m_hash_set) in init()
1919 gcc_checking_assert (m_hash_set); in get_hash()
H A Dipa-icf.h297 bool m_hash_set; variable