Home
last modified time | relevance | path

Searched refs:DirectedGraph (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DDirectedGraph.h173 template <class NodeType, class EdgeType> class DirectedGraph {
180 using DGraphType = DirectedGraph<NodeType, EdgeType>;
182 DirectedGraph() = default;
183 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph() function
184 DirectedGraph(const DGraphType &G) : Nodes(G.Nodes) {} in DirectedGraph() function
185 DirectedGraph(DGraphType &&RHS) : Nodes(std::move(RHS.Nodes)) {} in DirectedGraph() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDDG.cpp27 template class llvm::DirectedGraph<DDGNode, DDGEdge>; member in llvm
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDDG.cpp31 template class llvm::DirectedGraph<DDGNode, DDGEdge>; member in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h28 using DDGBase = DirectedGraph<DDGNode, DDGEdge>;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DDDG.h30 using DDGBase = DirectedGraph<DDGNode, DDGEdge>;
/external/skia/bazel/rbe/gce_linux/cc/
Dmodule.modulemap2506 textual header "/usr/include/llvm-11/llvm/ADT/DirectedGraph.h"