CGRAOmp  0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const DFGNode * > Class Reference

Specilized template of GraphTraits for const DFNode. More...

#include <CGRADataFlowGraph.hpp>

Public Types

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

Static Public Member Functions

static const DFGNodeDDGGetTargetNode (const DFGEdge *P)
 
static ChildIteratorType child_begin (const NodeRef N)
 
static ChildIteratorType child_end (const NodeRef N)
 
static ChildEdgeIteratorType child_edge_begin (const NodeRef N)
 
static ChildEdgeIteratorType child_edge_end (const NodeRef N)
 

Detailed Description

Specilized template of GraphTraits for const DFNode.

Member Typedef Documentation

◆ ChildEdgeIteratorType

using llvm::GraphTraits< const DFGNode * >::ChildEdgeIteratorType = DFGNode::iterator

◆ ChildIteratorType

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

◆ NodeRef

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

Member Function Documentation

◆ child_begin()

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

◆ child_edge_begin()

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

◆ child_edge_end()

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

◆ child_end()

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

◆ DDGGetTargetNode()

static const DFGNode* llvm::GraphTraits< const DFGNode * >::DDGGetTargetNode ( const DFGEdge P)
inlinestatic

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