43 #ifndef BASIC_BLOCK_CFG_COMPUTATION_HPP 44 #define BASIC_BLOCK_CFG_COMPUTATION_HPP BasicBlocksCfgComputation(const ParameterConstRef _parameters, const application_managerRef AppM, unsigned int _function_id, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
~BasicBlocksCfgComputation() override
Destructor.
RelationshipType
The relationship type.
This class contains the base representation for a generic frontend flow step which works on a single ...
DesignFlowStep_Status InternalExec() override
Computes the basic block graph structure.
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
const application_managerRef AppM
The application manager.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
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.