|
CGRAOmp
0.1
|
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 DFGNode * | DDGGetTargetNode (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) |
Specilized template of GraphTraits for const DFNode.
| using llvm::GraphTraits< const DFGNode * >::ChildEdgeIteratorType = DFGNode::iterator |
| using llvm::GraphTraits< const DFGNode * >::ChildIteratorType = mapped_iterator<DFGNode::iterator, decltype(&DDGGetTargetNode)> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
1.8.17