CIRCT 21.0.0git
|
#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) |
Definition at line 380 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::ChildIteratorType = llvm::mapped_iterator<NodeType::iterator, decltype(&getChild)> |
Definition at line 389 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeRef = NodeType * |
Definition at line 382 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeType = circt::igraph::InstanceGraphNode |
Definition at line 381 of file InstanceGraph.h.
|
inlinestatic |
Definition at line 393 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::begin().
|
inlinestatic |
Definition at line 396 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::end().
|
inlinestatic |
Definition at line 385 of file InstanceGraph.h.
References circt::igraph::InstanceRecord::getTarget().
|
inlinestatic |
Definition at line 392 of file InstanceGraph.h.