OpenASIP  2.0
Macros
ControlDependenceGraph.cc File Reference
#include <iostream>
#include <vector>
#include <algorithm>
#include <functional>
#include <list>
#include <map>
#include "hash_set.hh"
#include "hash_map.hh"
#include "CompilerWarnings.hh"
#include <boost/graph/reverse_graph.hpp>
#include <boost/graph/depth_first_search.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/properties.hpp>
#include <boost/graph/strong_components.hpp>
#include <boost/graph/graph_utility.hpp>
#include <boost/timer.hpp>
#include <boost/format.hpp>
#include "ControlDependenceGraph.hh"
#include "ControlFlowGraph.hh"
#include "BasicBlockNode.hh"
#include "ControlFlowEdge.hh"
#include "BaseType.hh"
#include "MapTools.hh"
#include "Conversion.hh"
#include "SetTools.hh"
#include "AssocTools.hh"
#include "SequenceTools.hh"
#include "Instruction.hh"
#include "Move.hh"
#include "TerminalInstructionAddress.hh"
#include "Immediate.hh"
Include dependency graph for ControlDependenceGraph.cc:

Go to the source code of this file.

Macros

#define DEBUG_LEVEL   0
 

Detailed Description

Implementation of prototype control dependence 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 ControlDependenceGraph.cc.

Macro Definition Documentation

◆ DEBUG_LEVEL

#define DEBUG_LEVEL   0

Definition at line 77 of file ControlDependenceGraph.cc.