CIRCT 22.0.0git
|
Graph traits for modules. More...
#include <InstanceGraph.h>
Public Types | |
using | NodeType = circt::igraph::InstanceGraphNode |
using | NodeRef = NodeType * |
using | ChildIteratorType = llvm::mapped_iterator< NodeType::iterator, decltype(&getChild)> |
Static Public Member Functions | |
static NodeRef | getChild (const circt::igraph::InstanceRecord *record) |
static NodeRef | getEntryNode (NodeRef node) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
Graph traits for modules.
Definition at line 431 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::ChildIteratorType = llvm::mapped_iterator<NodeType::iterator, decltype(&getChild)> |
Definition at line 440 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeRef = NodeType * |
Definition at line 433 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeType = circt::igraph::InstanceGraphNode |
Definition at line 432 of file InstanceGraph.h.
|
inlinestatic |
Definition at line 444 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::begin().
|
inlinestatic |
Definition at line 447 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::end().
|
inlinestatic |
Definition at line 436 of file InstanceGraph.h.
References circt::igraph::InstanceRecord::getTarget().
|
inlinestatic |
Definition at line 443 of file InstanceGraph.h.