OpenASIP
2.0
|
#include "PostpassOperandSharer.hh"
#include "Move.hh"
#include "Instruction.hh"
#include "Terminal.hh"
#include "BasicBlock.hh"
#include "Guard.hh"
#include "MoveGuard.hh"
#include "RegisterFile.hh"
#include "InstructionReferenceManager.hh"
#include "Bus.hh"
Go to the source code of this file.
Macros | |
#define | GET_BETTER_STATISTICS |
Implementation of PostpassOperandSharer class.
This optimizer removes operand writes which are redundant due other operations using same value. This is executed after the main scheduler, so this mainly helps to reduce power consumption, not to improve performance.
Definition in file PostpassOperandSharer.cc.
#define GET_BETTER_STATISTICS |
Definition at line 59 of file PostpassOperandSharer.cc.