|
OpenASIP 2.2
|
#include "BFRegCopyBefore.hh"#include "RegisterFile.hh"#include "TerminalRegister.hh"#include "BF2Scheduler.hh"#include "MoveNode.hh"#include "Move.hh"#include "BFRemoveEdge.hh"#include "BFConnectNodes.hh"
Go to the source code of this file.
Definition of BFRegCopyBefore class
Creates a register-to-register copy before a move, modifying the source of the original move into the temporaty register and making the source of the temp move the original souce register.
Used for temp-reg-copies of operand moves.
Definition in file BFRegCopyBefore.cc.