CIRCT 21.0.0git
Loading...
Searching...
No Matches
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 403 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 412 of file InstanceGraph.h.

◆ NodeRef

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

Definition at line 405 of file InstanceGraph.h.

◆ NodeType

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

Definition at line 404 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 418 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 421 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 415 of file InstanceGraph.h.

◆ getParent()

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

Definition at line 408 of file InstanceGraph.h.

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


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