CIRCT  19.0.0git
Classes | Namespaces | Typedefs | Functions
FIRRTLInstanceGraph.h File Reference
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Support/InstanceGraph.h"
#include "circt/Support/LLVM.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/iterator.h"
Include dependency graph for FIRRTLInstanceGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  circt::firrtl::InstanceGraph
 This graph tracks modules and where they are instantiated. More...
 
struct  llvm::GraphTraits< circt::firrtl::InstanceGraph * >
 
struct  llvm::DOTGraphTraits< circt::firrtl::InstanceGraph * >
 

Namespaces

 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::firrtl
 

Typedefs

using circt::firrtl::InstanceRecord = igraph::InstanceRecord
 
using circt::firrtl::InstanceGraphNode = igraph::InstanceGraphNode
 
using circt::firrtl::InstancePathCache = igraph::InstancePathCache
 

Functions

bool circt::firrtl::allUnder (ArrayRef< InstanceRecord * > nodes, InstanceGraphNode *top)