43 #ifndef rebuild_initializations_HPP 44 #define rebuild_initializations_HPP 134 bool look_for_ROMs();
REF_FORWARD_DECL(rebuild_initialization)
Rebuild initialization function flow front-end step.
RelationshipType
The relationship type.
~rebuild_initialization() override
Destructor.
DesignFlowStep_Status InternalExec() override
Rebuild initialization function flow front-end step.
This class contains the base representation for a generic frontend flow step which works on a single ...
redefinition of map to manage ordered/unordered structures
Abstract pure class for the tree structure.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
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.
rebuild_initialization(const ParameterConstRef Param, const application_managerRef AppM, unsigned int function_id, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
Template definition of refcount.
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...
Rebuild initialization function flow front-end step done after IR_lowering.