CIRCT 20.0.0git
|
#include <HWModuleGraph.h>
Public Types | |
using | NodeType = circt::hw::detail::HWOperation |
using | NodeRef = NodeType * |
using | ChildIteratorType = mlir::Operation::user_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef op) |
static ChildIteratorType | child_begin (NodeRef op) |
static ChildIteratorType | child_end (NodeRef op) |
Definition at line 41 of file HWModuleGraph.h.
using llvm::GraphTraits< circt::hw::detail::HWOperation * >::ChildIteratorType = mlir::Operation::user_iterator |
Definition at line 45 of file HWModuleGraph.h.
using llvm::GraphTraits< circt::hw::detail::HWOperation * >::NodeRef = NodeType * |
Definition at line 43 of file HWModuleGraph.h.
using llvm::GraphTraits< circt::hw::detail::HWOperation * >::NodeType = circt::hw::detail::HWOperation |
Definition at line 42 of file HWModuleGraph.h.
|
inlinestatic |
Definition at line 47 of file HWModuleGraph.h.
|
inlinestatic |
Definition at line 48 of file HWModuleGraph.h.
|
inlinestatic |
Definition at line 46 of file HWModuleGraph.h.