OpenASIP
2.0
|
#include "BFShareOperandsLate.hh"
#include "Move.hh"
#include "Terminal.hh"
#include "MoveNode.hh"
#include "SimpleResourceManager.hh"
#include "Instruction.hh"
#include "DataDependenceGraph.hh"
#include "BFShareOperandLate.hh"
#include "SchedulerCmdLineOptions.hh"
Go to the source code of this file.
Definition of BFShareOperandsLate class
After scheduling a move, Searches for potential operations to share operand with, and then calls BFShareOperandLate to fo the actual operand sharing.
Definition in file BFShareOperandsLate.cc.