40 #ifndef SDC_CODE_MOTION_HPP    41 #define SDC_CODE_MOTION_HPP DesignFlowStep_Status InternalExec() override
Performs the loops analysis. 
 
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. 
 
RelationshipType
The relationship type. 
 
~SDCCodeMotion() override
Destructor. 
 
This class contains the base representation for a generic frontend flow step which works on a single ...
 
SDCCodeMotion(const application_managerRef AppM, unsigned int function_id, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor. 
 
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager. 
 
bool HasToBeExecuted() const override
Check if this step has actually to be executed. 
 
const ParameterConstRef parameters
Set of input parameters. 
 
DesignFlowStep_Status
The status of a step. 
 
const unsigned int function_id
The index of the function to be analyzed. 
 
const application_managerRef AppM
The application manager. 
 
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...