LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< DDGNode * > Struct Reference

non-const versions of the grapth trait specializations for DDG More...

#include "llvm/Analysis/DDG.h"

Inheritance diagram for llvm::GraphTraits< DDGNode * >:
Inheritance graph
[legend]

Public Types

using NodeRef = DDGNode *
 
using ChildIteratorType = mapped_iterator< DDGNode::iterator, decltype(&DDGGetTargetNode)>
 
using ChildEdgeIteratorType = DDGNode::iterator
 

Static Public Member Functions

static DDGNodeDDGGetTargetNode (DGEdge< DDGNode, DDGEdge > *P)
 
static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 
static ChildEdgeIteratorType child_edge_begin (NodeRef N)
 
static ChildEdgeIteratorType child_edge_end (NodeRef N)
 

Detailed Description

non-const versions of the grapth trait specializations for DDG

Definition at line 487 of file DDG.h.

Member Typedef Documentation

◆ ChildEdgeIteratorType

using llvm::GraphTraits< DDGNode * >::ChildEdgeIteratorType = DDGNode::iterator

Definition at line 498 of file DDG.h.

◆ ChildIteratorType

using llvm::GraphTraits< DDGNode * >::ChildIteratorType = mapped_iterator<DDGNode::iterator, decltype(&DDGGetTargetNode)>

Definition at line 496 of file DDG.h.

◆ NodeRef

using llvm::GraphTraits< DDGNode * >::NodeRef = DDGNode *

Definition at line 488 of file DDG.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< DDGNode * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 501 of file DDG.h.

References N.

◆ child_edge_begin()

static ChildEdgeIteratorType llvm::GraphTraits< DDGNode * >::child_edge_begin ( NodeRef  N)
inlinestatic

Definition at line 508 of file DDG.h.

References N.

◆ child_edge_end()

static ChildEdgeIteratorType llvm::GraphTraits< DDGNode * >::child_edge_end ( NodeRef  N)
inlinestatic

Definition at line 511 of file DDG.h.

References N.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< DDGNode * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 504 of file DDG.h.

References N.

◆ DDGGetTargetNode()

static DDGNode * llvm::GraphTraits< DDGNode * >::DDGGetTargetNode ( DGEdge< DDGNode, DDGEdge > *  P)
inlinestatic

Definition at line 490 of file DDG.h.

References P.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< DDGNode * >::getEntryNode ( NodeRef  N)
inlinestatic

Definition at line 500 of file DDG.h.

References N.


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