OpenASIP
2.0
|
#include <cassert>
#include <map>
#include "MoveNode.hh"
#include "Reversible.hh"
#include "TCEString.hh"
Go to the source code of this file.
Classes | |
class | BFOptimization |
Namespaces | |
TTAMachine | |
TTAProgram | |
Declaration of BFOptimization class.
Base class for all optimizations and scheudling operations the BF2 instruction scheduler can perform. Contains an undo-mechanism To undo everything, and contains handling for scheudling mirror move to prolog/epilog in case of loop scheduling.
Definition in file BFOptimization.hh.