44 #ifndef PRAGMA_ANALYSIS_HPP 45 #define PRAGMA_ANALYSIS_HPP
RelationshipType
The relationship type.
void create_omp_pragma(const unsigned int tree_node) const
Create an omp pragma.
void create_map_pragma(const unsigned int node_id) const
Create a map pragma.
Abstract pure class for the tree structure.
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.
REF_FORWARD_DECL(tree_node)
std::string get_call_parameter(const unsigned int tree_node, const unsigned int idx) const
Given the index of a function replacing a pragma, returns a parameter.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
DesignFlowStep_Status Exec() override
Performes the analysis of the pragmas.
Template definition of refcount.
~PragmaAnalysis() override
Destructor.
Restructure the tree control flow graph.
const application_managerRef AppM
The application manager.
PragmaAnalysis(const application_managerRef AppM, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
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...