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

#include <InstanceGraph.h>

Inheritance diagram for llvm::GraphTraits< circt::igraph::InstanceGraphNode * >:
Inheritance graph
[legend]

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)
 

Detailed Description

Definition at line 361 of file InstanceGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::ChildIteratorType = llvm::mapped_iterator<NodeType::iterator, decltype(&getChild)>

Definition at line 370 of file InstanceGraph.h.

◆ NodeRef

using llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::NodeRef = NodeType *

Definition at line 363 of file InstanceGraph.h.

◆ NodeType

Definition at line 362 of file InstanceGraph.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::child_begin ( NodeRef  node)
inlinestatic

Definition at line 374 of file InstanceGraph.h.

References circt::igraph::InstanceGraphNode::begin().

◆ child_end()

static ChildIteratorType llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::child_end ( NodeRef  node)
inlinestatic

Definition at line 377 of file InstanceGraph.h.

References circt::igraph::InstanceGraphNode::end().

◆ getChild()

static NodeRef llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::getChild ( const circt::igraph::InstanceRecord record)
inlinestatic

Definition at line 366 of file InstanceGraph.h.

References circt::igraph::InstanceRecord::getTarget().

◆ getEntryNode()

static NodeRef llvm::GraphTraits< circt::igraph::InstanceGraphNode * >::getEntryNode ( NodeRef  node)
inlinestatic

Definition at line 373 of file InstanceGraph.h.


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