|
CGRAOmp
0.1
|
Specilized template of GraphTraits for DFNode. More...
#include <CGRADataFlowGraph.hpp>
Public Types | |
| using | NodeRef = DFGNode * |
| using | ChildIteratorType = mapped_iterator< DFGNode::iterator, decltype(&DDGGetTargetNode)> |
| using | ChildEdgeIteratorType = DFGNode::iterator |
Static Public Member Functions | |
| static DFGNode * | DDGGetTargetNode (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) |
Specilized template of GraphTraits for DFNode.
| using llvm::GraphTraits< DFGNode * >::ChildEdgeIteratorType = DFGNode::iterator |
| using llvm::GraphTraits< DFGNode * >::ChildIteratorType = mapped_iterator<DFGNode::iterator, decltype(&DDGGetTargetNode)> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
1.8.17