Home
last modified time | relevance | path

Searched refs:get_complexity (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcomplexity.cc69 : m_num_nodes (reg->get_complexity ().m_num_nodes + 1), in complexity()
70 m_max_depth (reg->get_complexity ().m_max_depth + 1) in complexity()
78 : m_num_nodes (sval->get_complexity ().m_num_nodes + 1), in complexity()
79 m_max_depth (sval->get_complexity ().m_max_depth + 1) in complexity()
102 const complexity &iter_c = iter_sval->get_complexity (); in from_vec_svalue()
H A Dsvalue.h147 const complexity &get_complexity () const { return m_complexity; } in get_complexity() function
716 : svalue (complexity::from_pair (arg0->get_complexity (),
717 arg1->get_complexity ()),
1158 : svalue (complexity::from_pair (base_sval->get_complexity (),
1159 iter_sval->get_complexity ()),
H A Dsvalue.cc1249 : svalue (complexity::from_pair (parent_svalue->get_complexity (), in sub_svalue()
1250 subregion->get_complexity ()), in sub_svalue()
1799 const complexity &sval_c = (*iter).second->get_complexity (); in calc_complexity()
H A Dregion.h205 const complexity &get_complexity () const { return m_complexity; } in get_complexity() function
H A Dregion-model-manager.cc180 const complexity &c = sval->get_complexity (); in reject_if_too_complex()
H A DChangeLog5451 (svalue::get_complexity): New.
5608 (region::get_complexity): New accessor.