Home
last modified time | relevance | path

Searched refs:shortest_paths (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dshortest-paths.h48 class shortest_paths
56 shortest_paths (const graph_t &graph, const node_t *given_node,
89 shortest_paths<GraphTraits, Path_t>::
90 shortest_paths (const graph_t &graph, in shortest_paths() function
183 shortest_paths<GraphTraits, Path_t>::
209 shortest_paths<GraphTraits, Path_t>::
H A Ddigraph.cc150 shortest_paths<test_graph_traits, test_path> sp (g, a, in test_shortest_paths()
185 shortest_paths<test_graph_traits, test_path> sp (g, b, in test_shortest_paths()
212 shortest_paths<test_graph_traits, test_path> sp (g, c, in test_shortest_paths()
238 shortest_paths<test_graph_traits, test_path> sp (g, f, in test_shortest_paths()
H A DChangeLog-202131174 * shortest-paths.h (shortest_paths::get_shortest_distance): New.
31179 shortest_paths init for new param. Add test of
31182 (shortest_paths::shortest_paths): Add "sense" param.
31184 (shortest_paths::get_shortest_path): Rename param.
31185 (shortest_paths::m_sense): New field.
31186 (shortest_paths::m_prev): Rename...
31187 (shortest_paths::m_best_edge): ...to this.
31188 (shortest_paths::get_shortest_path): Update for renamings.
31195 * shortest-paths.h (shortest_paths::shortest_paths): Handle
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dshortest-paths.h32 class shortest_paths
40 shortest_paths (const graph_t &graph, const node_t *origin);
64 shortest_paths<GraphTraits, Path_t>::shortest_paths (const graph_t &graph, in shortest_paths() function
130 shortest_paths<GraphTraits, Path_t>::get_shortest_path (const node_t *to) const in get_shortest_path()
H A Ddigraph.cc148 shortest_paths<test_graph_traits, test_path> sp (g, a); in test_shortest_paths()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc111 const shortest_paths<eg_traits, exploded_path> &sep);
222 feasible_worklist (const shortest_paths<eg_traits, exploded_path> &sep) in feasible_worklist()
296 const shortest_paths<eg_traits, exploded_path> &m_sep;
386 shortest_paths<eg_traits, exploded_path> sep in explore_feasible_paths()
561 const shortest_paths<eg_traits, exploded_path> &sep) in dump_eg_with_shortest_path()
575 const shortest_paths<eg_traits, exploded_path> &m_sep;
587 const shortest_paths<eg_traits, exploded_path> &sep) in dump_trimmed_graph()
H A Dexploded-graph.h1013 typedef shortest_paths<eg_traits, exploded_path> shortest_exploded_paths;
H A DChangeLog2948 Update shortest_paths init for new param.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h885 typedef shortest_paths<eg_traits, exploded_path> shortest_exploded_paths;