OpenASIP
2.0
|
#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 | |
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 52 of file MoveNode.hh.