OpenASIP  2.0
Classes | Namespaces | Typedefs
DataDependenceGraph.hh File Reference
#include <map>
#include <set>
#include <list>
#include <utility>
#include <vector>
#include "BoostGraph.hh"
#include "DataDependenceEdge.hh"
#include "MoveNode.hh"
#include "ProgramOperation.hh"
Include dependency graph for DataDependenceGraph.hh:

Go to the source code of this file.

Classes

class  DataDependenceGraph
 
struct  DataDependenceGraph::UndoData
 

Namespaces

 TTAMachine
 
 TTAProgram
 

Typedefs

typedef std::vector< ProgramOperationPtrPOList
 
typedef POList::iterator POLIter
 

Detailed Description

Declaration of data dependence graph class

Author
Heikki Kultala 2006-2009 (heikki.kultala-no.spam-tut.fi)
Note
rating: red

Definition in file DataDependenceGraph.hh.

Typedef Documentation

◆ POList

typedef std::vector<ProgramOperationPtr> POList

Definition at line 48 of file DataDependenceGraph.hh.

◆ POLIter

typedef POList::iterator POLIter

Definition at line 49 of file DataDependenceGraph.hh.