OpenASIP
2.0
|
#include "BFRegCopyAfter.hh"
#include "MoveNode.hh"
#include "DataDependenceGraph.hh"
#include "RegisterFile.hh"
#include "TerminalRegister.hh"
#include "Move.hh"
#include "BF2Scheduler.hh"
#include "BFConnectNodes.hh"
#include "BFRemoveEdge.hh"
#include "BFScheduleBU.hh"
Go to the source code of this file.
Definition of BFRegCopyAfter class
Creates a register-to-register copy after a move, modifying the destination of the original move into the temporaty register and makint the destination of the temp move the original destination register.
Used for tempreg copies of result moves.
Definition in file BFRegCopyAfter.cc.