40 #ifndef VIRTUAL_AGGREGATE_DATA_FLOW_ANALYSIS_HPP 41 #define VIRTUAL_AGGREGATE_DATA_FLOW_ANALYSIS_HPP
VirtualAggregateDataFlowAnalysis(const application_managerRef AppM, const DesignFlowManagerConstRef design_flow_manager, const unsigned int _function_index, const ParameterConstRef parameters)
Constructor.
RelationshipType
The relationship type.
Base class for different data dependence computation.
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.
const ParameterConstRef parameters
Set of input parameters.
~VirtualAggregateDataFlowAnalysis() override
Destructor.
Template definition of refcount.
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.