CIRCT
20.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 361 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::ChildIteratorType = llvm::mapped_iterator<NodeType::iterator, decltype(&getChild)> |
Definition at line 370 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeRef = NodeType * |
Definition at line 363 of file InstanceGraph.h.
using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeType = circt::igraph::InstanceGraphNode |
Definition at line 362 of file InstanceGraph.h.
|
inlinestatic |
Definition at line 374 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::begin().
|
inlinestatic |
Definition at line 377 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::end().
|
inlinestatic |
Definition at line 366 of file InstanceGraph.h.
References circt::igraph::InstanceRecord::getTarget().
|
inlinestatic |
Definition at line 373 of file InstanceGraph.h.