41 #ifndef COMPLETE_CALL_GRAPH_HPP 42 #define COMPLETE_CALL_GRAPH_HPP
RelationshipType
The relationship type.
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.
Base class for step of design flow.
redefinition of set to manage ordered/unordered structures
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
This class contains the base representation for a generic frontend flow step.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
CompleteCallGraph(const application_managerRef AppM, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
const application_managerRef AppM
The application manager.
DesignFlowStep_Status Exec() override
Execute this step.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
This class contains the base representation for a generic frontend flow step which works on the whole...
bool HasToBeExecuted() const override
Check if this step has actually to be executed.
~CompleteCallGraph() override
Destructor.