40 #ifndef UPDATE_SCHEDULE_HPP 41 #define UPDATE_SCHEDULE_HPP
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
Class managing the schedule of the operations.
UpdateSchedule(const application_managerRef _AppM, unsigned int function_id, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
RelationshipType
The relationship type.
~UpdateSchedule() override
Destructor.
REF_FORWARD_DECL(Schedule)
Superclass include.
This class contains the base representation for a generic frontend flow step which works on a single ...
bool HasToBeExecuted() const override
Check if this step has actually to be executed.
Update schedule of all the instructions.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
const CustomUnorderedSet< std::pair< FrontendFlowStepType, FunctionRelationship > > ComputeFrontendRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Return the set of analyses in relationship with this design step.
Template definition of refcount.
const unsigned int function_id
The index of the function to be analyzed.
ScheduleRef schedule
The scheduling solution.
DesignFlowStep_Status InternalExec() override
Restructures the unstructured code.