45 #ifndef DETERMINE_MEMORY_ACCESSES_HPP 46 #define DETERMINE_MEMORY_ACCESSES_HPP
CustomUnorderedSet< unsigned int > already_visited_ae
Already visited address expression (used to avoid infinite recursion)
const BehavioralHelperConstRef behavioral_helper
The behavioral helper.
RelationshipType
The relationship type.
This class manages the tree structures extracted from the raw file.
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.
DesignFlowStep_Status InternalExec() override
Determines the variables that require a memory access.
This class contains the base representation for a generic frontend flow step which works on a single ...
redefinition of map to manage ordered/unordered structures
Abstract pure class for the tree structure.
~determine_memory_accesses() override
Destructor.
determine_memory_accesses(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.
void analyze_node(const tree_nodeConstRef &tn, bool left_p, bool dynamic_address, bool no_dynamic_address)
Analyze the given node ID to determine which variables have to be referred in memory.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
Template definition of refcount.
const application_managerRef AppM
The application manager.
CustomUnorderedSet< unsigned int > already_visited
const tree_managerConstRef TM
The tree manager.
CONSTREF_FORWARD_DECL(BehavioralHelper)
Superclass include.