LLVM 22.0.0git
DirectedGraph.h File Reference

This file defines the interface and a base class implementation for a directed graph. More...

Go to the source code of this file.

Classes

class  llvm::DGEdge< NodeType, EdgeType >
 Represent an edge in the directed graph. More...
class  llvm::DGNode< NodeType, EdgeType >
 Represent a node in the directed graph. More...
class  llvm::DirectedGraph< NodeType, EdgeType >
 Directed graph. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Detailed Description

This file defines the interface and a base class implementation for a directed graph.

Definition in file DirectedGraph.h.