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

#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)
 

Detailed Description

Definition at line 384 of file InstanceGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< llvm::Inverse< circt::igraph::InstanceGraphNode * > >::ChildIteratorType = llvm::mapped_iterator<NodeType::UseIterator, decltype(&getParent)>

Definition at line 393 of file InstanceGraph.h.

◆ NodeRef

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

Definition at line 386 of file InstanceGraph.h.

◆ NodeType

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

Definition at line 385 of file InstanceGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 399 of file InstanceGraph.h.

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

◆ child_end()

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

Definition at line 402 of file InstanceGraph.h.

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

◆ getEntryNode()

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

Definition at line 396 of file InstanceGraph.h.

◆ getParent()

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

Definition at line 389 of file InstanceGraph.h.

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


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