OpenASIP
2.0
|
#include <map>
#include <set>
#include <list>
#include <utility>
#include <vector>
#include "BoostGraph.hh"
#include "DataDependenceEdge.hh"
#include "MoveNode.hh"
#include "ProgramOperation.hh"
Go to the source code of this file.
Classes | |
class | DataDependenceGraph |
struct | DataDependenceGraph::UndoData |
Namespaces | |
TTAMachine | |
TTAProgram | |
Typedefs | |
typedef std::vector< ProgramOperationPtr > | POList |
typedef POList::iterator | POLIter |
Declaration of data dependence graph class
Definition in file DataDependenceGraph.hh.
typedef std::vector<ProgramOperationPtr> POList |
Definition at line 48 of file DataDependenceGraph.hh.
typedef POList::iterator POLIter |
Definition at line 49 of file DataDependenceGraph.hh.