43 #ifndef FSM_NI_SSA_LIVENESS_HPP 44 #define FSM_NI_SSA_LIVENESS_HPP const HLS_managerRef HLSMgr
information about all the HLS synthesis
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
REF_FORWARD_DECL(liveness)
Class specification for algorithms that compute the liveness of variables.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
DesignFlowStep_Status InternalExec() override
Execute the step.
~FSM_NI_SSA_liveness() override
Destructor.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
FSM_NI_SSA_liveness(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.