OpenASIP  2.0
BFRegCopyAfter.cc File Reference
#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"
Include dependency graph for BFRegCopyAfter.cc:

Go to the source code of this file.

Detailed Description

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.

Author
Heikki Kultala 2014-2020(heikki.kultala-no.spam-tuni.fi)
Note
rating: red

Definition in file BFRegCopyAfter.cc.