Home
last modified time | relevance | path

Searched refs:m_cst_sid (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc166 : m_constant (NULL_TREE), m_cst_sid (svalue_id::null ()), in equiv_class()
174 : m_constant (other.m_constant), m_cst_sid (other.m_cst_sid), in equiv_class()
256 m_cst_sid = sid; in add()
269 gcc_assert (sid != m_cst_sid); in del()
294 if (!m_cst_sid.null_p ()) in get_representative()
295 return m_cst_sid; in get_representative()
312 map.update (&m_cst_sid); in remap_svalue_ids()
691 lhs_ec_obj.m_cst_sid = rhs_ec_obj.m_cst_sid; in add_constraint()
1086 if (*pv == ec->m_cst_sid) in purge()
1410 cleaned_ec.m_cst_sid = out->get_sid_for_constant (cst); in clean_merger_input()
[all …]
H A Dconstraint-manager.h67 svalue_id m_cst_sid; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog4664 (equiv_class::m_cst_sid): Convert to..
6550 m_cst_sid.
6552 that m_cst_sid is non-null and is valid.