|
OpenASIP 2.2
|
#include "BFRemoveGuardFromSucc.hh"#include "MoveGuard.hh"#include "Move.hh"#include "BFScheduleMove.hh"#include "DataDependenceGraph.hh"#include "BFRemoveEdge.hh"#include "MoveNodeDuplicator.hh"
Go to the source code of this file.
Definition of BFRemoveGuardFromSucc class
Tries to remove a guard from a move which is a successor of a move being schedule, to allow the guard write move to be scheduled later.
The guard can be removed, if the move has no side effects.
Definition in file BFRemoveGuardFromSucc.cc.