43 #ifndef REMOVE_ENDING_IF_HPP 44 #define REMOVE_ENDING_IF_HPP tree_managerRef TM
The tree manager.
This struct specifies the field bloc (basic block).
tree_manipulationRef tree_man
The tree manipulation.
This struct specifies the statement_list node.
Class managing the schedule of the operations.
RelationshipType
The relationship type.
This class manages the tree structures extracted from the raw file.
RemoveEndingIf(const ParameterConstRef _Param, const application_managerRef _AppM, unsigned int function_id, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
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.
redefinition of map to manage ordered/unordered structures
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.
Abstract pure class for the tree structure.
DesignFlowStep_Status InternalExec() override
Restructures the unstructured code.
redefinition of set to manage ordered/unordered structures
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
statement_list * sl
The statement list of the analyzed function.
Template definition of refcount.
const unsigned int function_id
The index of the function to be analyzed.
~RemoveEndingIf() override
Destructor.
This class creates a layer to add nodes and to manipulate the tree_nodes manager. ...
ScheduleRef schedule
The scheduling solution.