OpenASIP
2.0
|
Filter nodes of subgraph only. More...
Public Member Functions | |
SubgraphTypeTest () | |
SubgraphTypeTest (Node *root, NodeSetType nodes, GraphType graph) | |
template<typename Node > | |
bool | operator() (const Node &n) const |
Public Attributes | |
Node * | root_ |
NodeSetType | subgraphNodes_ |
GraphType | graph_ |
Filter nodes of subgraph only.
Definition at line 120 of file ProgramDependenceGraph.hh.
|
inline |
Definition at line 121 of file ProgramDependenceGraph.hh.
|
inline |
Definition at line 122 of file ProgramDependenceGraph.hh.
|
inline |
Definition at line 125 of file ProgramDependenceGraph.hh.
References AssocTools::containsKey(), ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::graph_, ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::root_, and ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::subgraphNodes_.
GraphType ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::graph_ |
Definition at line 131 of file ProgramDependenceGraph.hh.
Referenced by ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::operator()().
Node* ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::root_ |
Definition at line 129 of file ProgramDependenceGraph.hh.
Referenced by ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::operator()().
NodeSetType ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::subgraphNodes_ |
Definition at line 130 of file ProgramDependenceGraph.hh.
Referenced by ProgramDependenceGraph::SubgraphTypeTest< NodeSetType, GraphType >::operator()().