Home
last modified time | relevance | path

Searched refs:DirectedGraph (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDirectedGraph.h166 template <class NodeType, class EdgeType> class DirectedGraph {
173 using DGraphType = DirectedGraph<NodeType, EdgeType>;
175 DirectedGraph() = default;
176 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph() function
177 DirectedGraph(const DGraphType &G) : Nodes(G.Nodes) {} in DirectedGraph() function
178 DirectedGraph(DGraphType &&RHS) : Nodes(std::move(RHS.Nodes)) {} in DirectedGraph() function
/external/llvm-project/llvm/include/llvm/ADT/
DDirectedGraph.h166 template <class NodeType, class EdgeType> class DirectedGraph {
173 using DGraphType = DirectedGraph<NodeType, EdgeType>;
175 DirectedGraph() = default;
176 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph() function
177 DirectedGraph(const DGraphType &G) : Nodes(G.Nodes) {} in DirectedGraph() function
178 DirectedGraph(DGraphType &&RHS) : Nodes(std::move(RHS.Nodes)) {} in DirectedGraph() function
/external/llvm-project/libcxx/utils/
Dgraph_header_deps.py120 g = dot.DirectedGraph.fromDotFile(dot_file)
147 self.canonical = dot.DirectedGraph('all_headers')
187 graphs = [dot.DirectedGraph.fromDotFile(o) for o in outputs]
/external/llvm-project/libcxx/utils/libcxx/
Dgraph.py59 self.graph = DirectedGraph(None)
158 class DirectedGraph(object): class
225 return DirectedGraph.fromDot(f.read())
/external/llvm-project/llvm/unittests/ADT/
DDirectedGraphTest.cpp30 using DGTestBase = DirectedGraph<DGTestNode, DGTestEdge>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDDG.cpp27 template class llvm::DirectedGraph<DDGNode, DDGEdge>; member in llvm
/external/llvm-project/llvm/lib/Analysis/
DDDG.cpp32 template class llvm::DirectedGraph<DDGNode, DDGEdge>; member in llvm
/external/llvm-project/llvm/docs/DependenceGraphs/
Dindex.rst72 ``DirectedGraph`` class. Each implementation extends its corresponding
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h28 using DDGBase = DirectedGraph<DDGNode, DDGEdge>;
/external/llvm-project/llvm/include/llvm/Analysis/
DDDG.h28 using DDGBase = DirectedGraph<DDGNode, DDGEdge>;