Searched refs:ImmutableGraph (Results 1 – 2 of 2) sorted by relevance
38 template <typename NodeValueT, typename EdgeValueT> class ImmutableGraph {39 using Traits = GraphTraits<ImmutableGraph<NodeValueT, EdgeValueT> *>;48 friend class ImmutableGraph; variable59 friend class ImmutableGraph; variable80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph() function84 ImmutableGraph(const ImmutableGraph &) = delete;85 ImmutableGraph(ImmutableGraph &&) = delete;86 ImmutableGraph &operator=(const ImmutableGraph &) = delete;87 ImmutableGraph &operator=(ImmutableGraph &&) = delete;112 const ImmutableGraph &G;[all …]
114 struct MachineGadgetGraph : ImmutableGraph<MachineInstr *, int> {118 using GraphT = ImmutableGraph<MachineInstr *, int>;189 : GraphTraits<ImmutableGraph<MachineInstr *, int> *> {};