Home
last modified time | relevance | path

Searched refs:m_max_complexity (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc77 m_max_complexity (0, 0), in region_model_manager()
183 if (m_max_complexity.m_num_nodes < c.m_num_nodes) in reject_if_too_complex()
184 m_max_complexity.m_num_nodes = c.m_num_nodes; in reject_if_too_complex()
185 if (m_max_complexity.m_max_depth < c.m_max_depth) in reject_if_too_complex()
186 m_max_complexity.m_max_depth = c.m_max_depth; in reject_if_too_complex()
1783 m_max_complexity.m_num_nodes); in log_stats()
1785 m_max_complexity.m_max_depth); in log_stats()
H A Dregion-model.h462 complexity m_max_complexity; variable