LLVM 19.0.0git
Classes | Namespaces
DirectedGraph.h File Reference

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

#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

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.