Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h154 supernode *get_node_by_index (int idx) const in get_node_by_index() function
H A Dengine.cc1623 supernode *v_snode = m_sg.get_node_by_index (index); in strong_connect()
2706 const supernode *iter_snode = m_sg.get_node_by_index (i); in print_bar_charts()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h169 supernode *get_node_by_index (int idx) const in get_node_by_index() function
H A Dexploded-graph.h873 exploded_node *get_node_by_index (int idx) const;
H A Dengine.cc2124 supernode *v_snode = m_sg.get_node_by_index (index); in strong_connect()
4155 const supernode *iter_snode = m_sg.get_node_by_index (i); in print_bar_charts()
5177 exploded_graph::get_node_by_index (int idx) const in get_node_by_index() function in ana::exploded_graph
H A DChangeLog4826 (exploded_graph::get_node_by_index): New.
4853 (exploded_graph::get_node_by_index): New decl.