Home
last modified time | relevance | path

Searched defs:back_edge (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/msm/mpl_graph/
Ddepth_first_search.hpp49 struct back_edge { struct
50 typedef State type;
/third_party/boost/libs/graph/example/
Dundirected_dfs.cpp36 template < class Edge, class Graph > void back_edge(Edge e, const Graph& g) in back_edge() function
Dloops_dfs.cpp38 void back_edge(Edge e, const Graph&) in back_edge() function in back_edge_recorder
78 void compute_loop_extent( in compute_loop_extent()
Dcycle-file-dep2.cpp79 template < typename E, typename G > void back_edge(E, const G&) {} in back_edge() function
91 void back_edge(edge_t, const file_dep_graph&) { has_cycle = true; } in back_edge() function
Ddfs.cpp65 template < class Edge, class Graph > void back_edge(Edge e, Graph& G) in back_edge() function
Dfile_dependencies.cpp83 template < class Edge, class Graph > void back_edge(Edge, Graph&) in back_edge() function
Dtopo-sort-file-dep2.cpp77 template < typename E, typename G > void back_edge(E, const G&) {} in back_edge() function
/third_party/boost/boost/graph/
Dtopological_sort.hpp40 void back_edge(const Edge&, Graph&) in back_edge() function
Ddepth_first_search.hpp345 template < class Edge, class Graph > void back_edge(Edge u, const Graph& g) in back_edge() function in boost::dfs_visitor
Dbiconnected_components.hpp103 void back_edge(const Edge& e, Graph& g) in back_edge() function
Dtwo_graphs_common_spanning_trees.hpp66 void back_edge(const Edge& e, const Graph& g) in back_edge() function
/third_party/boost/libs/graph_parallel/test/
Ddistributed_dfs_test.cpp75 void back_edge(Edge e, const Graph& g) in back_edge() function
Ddistributed_csr_algorithm_test.cpp146 void back_edge(Edge e, const Graph& g) in back_edge() function
/third_party/boost/libs/graph/test/
Ddfs.cpp70 template < class Edge, class Graph > void back_edge(Edge e, Graph& g) in back_edge() function in dfs_test_visitor
Dundirected_dfs.cpp70 template < class Edge, class Graph > void back_edge(Edge e, Graph& g) in back_edge() function in dfs_test_visitor
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_cfg.cpp178 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp682 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp694 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp694 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local
/third_party/boost/boost/graph/planar_detail/
Dboyer_myrvold_impl.hpp82 void back_edge(const Edge& e, Graph& g) in back_edge() function