CIRCT
20.0.0git
|
#include <InstanceGraph.h>
Public Types | |
using | NodeType = circt::igraph::InstanceGraphNode |
using | NodeRef = NodeType * |
using | ChildIteratorType = llvm::mapped_iterator< NodeType::UseIterator, decltype(&getParent)> |
Static Public Member Functions | |
static NodeRef | getParent (const circt::igraph::InstanceRecord *record) |
static NodeRef | getEntryNode (Inverse< NodeRef > inverse) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
Definition at line 384 of file InstanceGraph.h.
using llvm::GraphTraits< llvm::Inverse< circt::igraph::InstanceGraphNode * > >::ChildIteratorType = llvm::mapped_iterator<NodeType::UseIterator, decltype(&getParent)> |
Definition at line 393 of file InstanceGraph.h.
using llvm::GraphTraits< llvm::Inverse< circt::igraph::InstanceGraphNode * > >::NodeRef = NodeType * |
Definition at line 386 of file InstanceGraph.h.
using llvm::GraphTraits< llvm::Inverse< circt::igraph::InstanceGraphNode * > >::NodeType = circt::igraph::InstanceGraphNode |
Definition at line 385 of file InstanceGraph.h.
|
inlinestatic |
Definition at line 399 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::usesBegin().
|
inlinestatic |
Definition at line 402 of file InstanceGraph.h.
References circt::igraph::InstanceGraphNode::usesEnd().
|
inlinestatic |
Definition at line 396 of file InstanceGraph.h.
|
inlinestatic |
Definition at line 389 of file InstanceGraph.h.
References circt::igraph::InstanceRecord::getParent().