44 #ifndef RANGE_ANALYSIS_HPP 45 #define RANGE_ANALYSIS_HPP 79 bool finalize(ConstraintGraphRef);
117 void Initialize()
override;
123 bool HasToBeExecuted()
const override;
126 #endif // !RANGE_ANALYSIS_HPP
std::map< unsigned int, unsigned int > last_bb_ver
CustomOrderedSet< unsigned int > fun_id_to_restart
stores the function ids of the functions whose Dead Code need to be restarted
RelationshipType
The relationship type.
uint64_t stop_transformation
REF_FORWARD_DECL(ConstraintGraph)
bool operator()(const tree_nodeConstRef &lhs, const tree_nodeConstRef &rhs) const
Classes specification of the tree_node data structures.
DesignFlowStep_Status
The status of a step.
std::map< unsigned int, unsigned int > last_bitvalue_ver
This class contains the base representation for a generic frontend flow step which works on the whole...