Searched refs:GraphType (Results 1 – 8 of 8) sorted by relevance
34 template<class GraphType>94 template <class GraphType>96 const GraphType &Graph;98 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse()106 template <class GraphType>108 nodes(const GraphType &G) {112 template <class GraphType>114 inverse_nodes(const GraphType &G) {119 template <class GraphType>126 template <class GraphType>[all …]
43 template<typename GraphType>49 template<typename GraphType>50 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()63 template <typename GraphType>70 template<typename GraphType>78 template <typename GraphType>83 template<typename GraphType>90 template<typename GraphType>92 const GraphType &) { in getNodeAttributes()98 template<typename EdgeIter, typename GraphType>[all …]
65 template<typename GraphType>68 const GraphType &G;70 using DOTTraits = DOTGraphTraits<GraphType>;71 using GTraits = GraphTraits<GraphType>;156 for (const auto Node : nodes<GraphType>(G)) in writeNodes()306 template<typename GraphType>311 GraphWriter<GraphType> W(O, G, ShortNames);325 template <typename GraphType>362 template <typename GraphType>374 template<typename GraphType>[all …]
31 template <class GraphType> class AbstractDependenceGraphBuilder {36 using NodeType = typename GraphType::NodeType;37 using EdgeType = typename GraphType::EdgeType;43 AbstractDependenceGraphBuilder(GraphType &G, DependenceInfo &D, in AbstractDependenceGraphBuilder()180 GraphType &Graph;
63 template <class GraphType> struct GraphTraits;
111 template <class GraphType>
194 using GraphType = MachineGadgetGraph; typedef195 using Traits = llvm::GraphTraits<GraphType *>;203 std::string getNodeLabel(NodeRef Node, GraphType *) { in getNodeLabel()213 static std::string getNodeAttributes(NodeRef Node, GraphType *) { in getNodeAttributes()223 GraphType *) { in getEdgeAttributes()
48 template <class GraphType> struct GraphTraits;