43 #ifndef BB_FEEDBACK_EDGES_COMPUTATION_HPP 44 #define BB_FEEDBACK_EDGES_COMPUTATION_HPP Compute the feedback edges of the basic block control flow graph.
~bb_feedback_edges_computation() override
Destructor.
RelationshipType
The relationship type.
This class manages the tree structures extracted from the raw file.
REF_FORWARD_DECL(feedback_edges_computation)
This class contains the base representation for a generic frontend flow step which works on a single ...
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.
bb_feedback_edges_computation(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.
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...
DesignFlowStep_Status InternalExec() override
Compute the feedback edges for the CFG and the CDG operations graphs (at basic block level)...