Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc141 m_cgraph_edge_to_caller_next_node.put (edge, node_for_stmts); in supergraph()
210 = m_cgraph_edge_to_caller_next_node.begin (); in supergraph()
211 iter != m_cgraph_edge_to_caller_next_node.end (); in supergraph()
240 = *m_cgraph_edge_to_caller_next_node.get (edge); in supergraph()
H A Dsupergraph.h114 (m_cgraph_edge_to_caller_next_node).get (edge)); in get_caller_next_node()
183 cgraph_edge_to_node_t m_cgraph_edge_to_caller_next_node; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc192 m_cgraph_edge_to_caller_next_node.put (edge, node_for_stmts); in supergraph()
282 = m_cgraph_edge_to_caller_next_node.begin (); in supergraph()
283 iter != m_cgraph_edge_to_caller_next_node.end (); in supergraph()
312 = *m_cgraph_edge_to_caller_next_node.get (edge); in supergraph()
H A Dsupergraph.h127 (m_cgraph_edge_to_caller_next_node).get (edge)); in get_caller_next_node()
198 cgraph_edge_to_node_t m_cgraph_edge_to_caller_next_node; variable