OpenASIP  2.0
Classes | Namespaces
ControlFlowGraph.hh File Reference
#include <map>
#include <vector>
#include "CompilerWarnings.hh"
#include <boost/graph/reverse_graph.hpp>
#include <boost/graph/depth_first_search.hpp>
#include "Exception.hh"
#include "BoostGraph.hh"
#include "BasicBlockNode.hh"
#include "ControlFlowEdge.hh"
#include "Address.hh"
#include "NullAddress.hh"
#include "hash_map.hh"
#include "ProgramOperation.hh"
Include dependency graph for ControlFlowGraph.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ControlFlowGraph
 
class  ControlFlowGraph::DFSBackEdgeVisitor
 DFS visitor which when finding back edge marks such edge as back edge. More...
 

Namespaces

 llvm
 
 TTAProgram
 
 TTAMachine
 

Detailed Description

Declaration of prototype control flow graph of TTA program representation.

Author
Andrea Cilio 2005 (cilio-no.spam-cs.tut.fi)
Vladimir Guzma 2006 (vladimir.guzma-no.spam-tut.fi)
Note
rating: red

Definition in file ControlFlowGraph.hh.