Home
last modified time | relevance | path

Searched refs:get_representative (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc292 equiv_class::get_representative () const in get_representative() function in ana::equiv_class
765 svalue_id lhs = lhs_id.get_obj (*this).get_representative (); in add_constraint_internal()
766 svalue_id rhs = rhs_id.get_obj (*this).get_representative (); in add_constraint_internal()
1214 svalue_id rep1 = ec1->get_representative (); in equiv_class_cmp()
1215 svalue_id rep2 = ec2->get_representative (); in equiv_class_cmp()
1261 svalue_id rep = ec->get_representative (); in canonicalize()
1273 svalue_id rep = ec->get_representative (); in canonicalize()
H A Dconstraint-manager.h55 svalue_id get_representative () const;
H A Dregion-model.cc3752 svalue_id lhs_sid = lhs.get_representative (); in dump_to_pp()
3753 svalue_id rhs_sid = rhs.get_representative (); in dump_to_pp()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h254 const svalue *get_representative () const;
H A Dconstraint-manager.cc1215 equiv_class::get_representative () const in get_representative() function in ana::equiv_class
1986 const svalue *lhs = lhs_id.get_obj (*this).get_representative (); in add_constraint_internal()
1987 const svalue *rhs = rhs_id.get_obj (*this).get_representative (); in add_constraint_internal()
2781 const svalue *rep1 = ec1->get_representative (); in equiv_class_cmp()
2782 const svalue *rep2 = ec2->get_representative (); in equiv_class_cmp()
2832 const svalue *rep = ec->get_representative (); in canonicalize()
2876 const svalue *rep = ec->get_representative (); in canonicalize()
H A DChangeLog4591 (equiv_class::get_representative): Likewise.
4662 (equiv_class::get_representative): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200725497 (get_representative): Removed.
H A DChangeLog-200560 (get_representative): New function.