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

Specilized template of GraphTraits for DFNode. More...

#include <CGRADataFlowGraph.hpp>

Inheritance diagram for llvm::GraphTraits< DFGNode * >:
llvm::GraphTraits< CGRADFG * > llvm::GraphTraits< const CGRADFG * >

Public Types

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

Static Public Member Functions

static DFGNodeDDGGetTargetNode (DFGEdge *P)
 
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

Specilized template of GraphTraits for DFNode.

Member Typedef Documentation

◆ ChildEdgeIteratorType

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

◆ ChildIteratorType

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

◆ NodeRef

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

Member Function Documentation

◆ child_begin()

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

◆ child_edge_begin()

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

◆ child_edge_end()

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

◆ child_end()

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

◆ DDGGetTargetNode()

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

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