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

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

#include "llvm/Analysis/DDG.h"

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

Public Types

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

Static Public Member Functions

static const DDGNodeDDGGetTargetNode (const 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

const versions of the grapth trait specializations for DDG

Definition at line 527 of file DDG.h.

Member Typedef Documentation

◆ ChildEdgeIteratorType

using llvm::GraphTraits< const DDGNode * >::ChildEdgeIteratorType = DDGNode::const_iterator

Definition at line 538 of file DDG.h.

◆ ChildIteratorType

Definition at line 536 of file DDG.h.

◆ NodeRef

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

Definition at line 528 of file DDG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 541 of file DDG.h.

References N.

◆ child_edge_begin()

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

Definition at line 548 of file DDG.h.

References N.

◆ child_edge_end()

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

Definition at line 551 of file DDG.h.

References N.

◆ child_end()

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

Definition at line 544 of file DDG.h.

References N.

◆ DDGGetTargetNode()

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

Definition at line 530 of file DDG.h.

References P.

◆ getEntryNode()

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

Definition at line 540 of file DDG.h.

References N.


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