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