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 393 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::ChildIteratorType = llvm::mapped_iterator<NodeType::iterator, decltype(&getChild)> |
Definition at line 402 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeRef = NodeType * |
Definition at line 395 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeType = circt::igraph::InstanceGraphNode |
Definition at line 394 of file InstanceGraph.h.
|
inlinestatic |
Definition at line 406 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::begin().
|
inlinestatic |
Definition at line 409 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::end().
|
inlinestatic |
Definition at line 398 of file InstanceGraph.h.
References circt::igraph::InstanceRecord::getTarget().
|
inlinestatic |
Definition at line 405 of file InstanceGraph.h.