Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A 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
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDDG.cpp31 template class llvm::DirectedGraph<DDGNode, DDGEdge>; member in llvm
/openbsd-src/gnu/llvm/llvm/docs/DependenceGraphs/
H A Dindex.rst72 ``DirectedGraph`` class. Each implementation extends its corresponding
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDDG.h30 using DDGBase = DirectedGraph<DDGNode, DDGEdge>;
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64990 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.macppc989 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.loongson989 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.octeon989 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.arm64990 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.powerpc64988 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.armv7988 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.i386988 ./usr/include/llvm/ADT/DirectedGraph.h
H A Dclang.sparc64989 ./usr/include/llvm/ADT/DirectedGraph.h