Home
last modified time | relevance | path

Searched refs:m_scc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h733 return m_scc.get_scc_id (snode.m_index); in get_scc_id()
769 return m_worklist.m_scc.get_scc_id (snode->m_index); in get_scc_id()
779 strongly_connected_components m_scc; variable
H A Dengine.cc2175 : m_scc (eg.get_supergraph (), eg.get_logger ()), in worklist()
2335 worklist_obj->set ("scc", m_scc.to_json ()); in to_json()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h697 return m_worklist.m_scc.get_scc_id (snode->m_index); in get_scc_id()
707 strongly_connected_components m_scc; variable
H A Dengine.cc1671 : m_scc (eg.get_supergraph (), eg.get_logger ()), in worklist()