OpenASIP  2.0
Macros
ProgramDependenceGraph.cc File Reference
#include <utility>
#include "hash_set.hh"
#include <boost/graph/depth_first_search.hpp>
#include <boost/graph/properties.hpp>
#include <boost/graph/strong_components.hpp>
#include <boost/graph/graph_utility.hpp>
#include <boost/graph/topological_sort.hpp>
#include <boost/graph/exception.hpp>
#include <boost/timer.hpp>
#include <boost/format.hpp>
#include <boost/graph/graphviz.hpp>
#include "ProgramDependenceGraph.hh"
#include "UniversalMachine.hh"
#include "Procedure.hh"
#include "POMDisassembler.hh"
#include "MapTools.hh"
#include "Exception.hh"
#include "MoveGuard.hh"
#include "SequenceTools.hh"
#include "InstructionReferenceManager.hh"
#include "InstructionReference.hh"
#include "TerminalInstructionReference.hh"
#include "TerminalFUPort.hh"
#include "ControlUnit.hh"
#include "HWOperation.hh"
#include "Machine.hh"
#include "Guard.hh"
#include "Move.hh"
#include "Instruction.hh"
#include "Program.hh"
#include "DataDependenceGraph.hh"
#include "BasicBlock.hh"
Include dependency graph for ProgramDependenceGraph.cc:

Go to the source code of this file.

Macros

#define DEBUG_LEVEL   1
 

Detailed Description

Implementation of prototype of graph-based program representation: declaration of the program dependence graph.

Author
Vladimir Guzma 2006 (vladimir.guzma-no.spam-tut.fi)
Note
rating: red

Definition in file ProgramDependenceGraph.cc.

Macro Definition Documentation

◆ DEBUG_LEVEL

#define DEBUG_LEVEL   1

Definition at line 73 of file ProgramDependenceGraph.cc.