44 #ifndef ADD_OP_LOOP_FLOW_EDGES_HPP 45 #define ADD_OP_LOOP_FLOW_EDGES_HPP
RelationshipType
The relationship type.
This class manages the tree structures extracted from the raw file.
This class contains the base representation for a generic frontend flow step which works on a single ...
DesignFlowStep_Status InternalExec() override
Performs the adding of flow edges to operation graphs.
Class to perform adding of flow edges to operation graph.
~AddOpLoopFlowEdges() override
Destructor.
AddOpLoopFlowEdges(const ParameterConstRef _parameters, const application_managerRef AppM, unsigned int function_id, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
Template definition of refcount.
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
const unsigned int function_id
The index of the function to be analyzed.
const application_managerRef AppM
The application manager.
REF_FORWARD_DECL(tree_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.