OpenASIP
2.0
|
#include "BFRemoveGuardsFromSuccs.hh"
#include "BFRemoveGuardFromSucc.hh"
#include "DataDependenceGraph.hh"
#include "Move.hh"
#include <list>
#include "SimpleResourceManager.hh"
Go to the source code of this file.
Definition of BFRemoveGuardsFromSuccs class
When scheduling a move wihch writes a guard, check for the uses of the guard and try to remove those guad uses to allows scheduling this guard write later. Calls BFRemoveGuardFromSucc.
Definition in file BFRemoveGuardsFromSuccs.cc.