Home
last modified time | relevance | path

Searched refs:get_shortest_path (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddigraph.cc153 test_path path_to_a = sp.get_shortest_path (a); in test_shortest_paths()
156 test_path path_to_b = sp.get_shortest_path (b); in test_shortest_paths()
160 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths()
164 test_path path_to_d = sp.get_shortest_path (d); in test_shortest_paths()
169 test_path path_to_e = sp.get_shortest_path (e); in test_shortest_paths()
174 test_path path_to_f = sp.get_shortest_path (f); in test_shortest_paths()
188 test_path path_to_a = sp.get_shortest_path (a); in test_shortest_paths()
191 test_path path_to_b = sp.get_shortest_path (b); in test_shortest_paths()
194 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths()
197 test_path path_to_d = sp.get_shortest_path (d); in test_shortest_paths()
[all …]
H A Dshortest-paths.h59 path_t get_shortest_path (const node_t *other_node) const;
184 get_shortest_path (const node_t *other_node) const in get_shortest_path() function
H A DChangeLog-202131184 (shortest_paths::get_shortest_path): Rename param.
31188 (shortest_paths::get_shortest_path): Update for renamings.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddigraph.cc150 test_path path_to_a = sp.get_shortest_path (a); in test_shortest_paths()
153 test_path path_to_b = sp.get_shortest_path (b); in test_shortest_paths()
157 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths()
161 test_path path_to_d = sp.get_shortest_path (d); in test_shortest_paths()
166 test_path path_to_e = sp.get_shortest_path (e); in test_shortest_paths()
171 test_path path_to_f = sp.get_shortest_path (f); in test_shortest_paths()
H A Dshortest-paths.h42 path_t get_shortest_path (const node_t *to) const;
130 shortest_paths<GraphTraits, Path_t>::get_shortest_path (const node_t *to) const in get_shortest_path() function
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc193 = new exploded_path (m_sep->get_shortest_path (enode)); in get_best_epath()
570 pp_printf (pp, "sp: %i", m_sep.get_shortest_path (enode).length ()); in dump_extra_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc264 : m_epath (sp.get_shortest_path (sd->m_enode)), in dedupe_candidate()