|
OpenASIP 2.2
|
#include <vector>#include <string>#include <memory>#include "Exception.hh"#include "GraphNode.hh"#include "MoveNode.icc"
Go to the source code of this file.
Classes | |
| class | Scope |
| class | MoveNode |
Namespaces | |
| namespace | TTAProgram |
Typedefs | |
| typedef std::shared_ptr< ProgramOperation > | ProgramOperationPtr |
Declaration of MoveNode class.
MoveNodes are the minimum independent unit of information in a minimally-ordered program representation. Typically, but not necessarily, the nodes in a program representation are linked together by dependences and thus form a graph.
Definition in file MoveNode.hh.
| typedef std::shared_ptr<ProgramOperation> ProgramOperationPtr |
Definition at line 53 of file MoveNode.hh.