CIRCT  19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< circt::hw::detail::HWOperation * > Struct Reference

#include <HWModuleGraph.h>

Inheritance diagram for llvm::GraphTraits< circt::hw::detail::HWOperation * >:
Inheritance graph
[legend]

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)
 

Detailed Description

Definition at line 41 of file HWModuleGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< circt::hw::detail::HWOperation * >::ChildIteratorType = mlir::Operation::user_iterator

Definition at line 45 of file HWModuleGraph.h.

◆ NodeRef

using llvm::GraphTraits< circt::hw::detail::HWOperation * >::NodeRef = NodeType *

Definition at line 43 of file HWModuleGraph.h.

◆ NodeType

Definition at line 42 of file HWModuleGraph.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< circt::hw::detail::HWOperation * >::child_begin ( NodeRef  op)
inlinestatic

Definition at line 47 of file HWModuleGraph.h.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< circt::hw::detail::HWOperation * >::child_end ( NodeRef  op)
inlinestatic

Definition at line 48 of file HWModuleGraph.h.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< circt::hw::detail::HWOperation * >::getEntryNode ( NodeRef  op)
inlinestatic

Definition at line 46 of file HWModuleGraph.h.


The documentation for this struct was generated from the following file: