OpenASIP  2.0
Classes | Namespaces
PostpassOperandSharer.hh File Reference
#include "BasicBlockPass.hh"
#include "ControlFlowGraphPass.hh"
Include dependency graph for PostpassOperandSharer.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PostpassOperandSharer
 

Namespaces

 TTAProgram
 

Detailed Description

Declaration 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.

Author
Heikki Kultala 2013 (hkultala-no.spam-cs.tut.fi)
Note
rating: red

Definition in file PostpassOperandSharer.hh.