PandA-2024.02
|
This class contains the base representation for a generic frontend flow step which works on a single function. More...
#include "design_flow_step.hpp"
#include "frontend_flow_step.hpp"
#include "refcount.hpp"
#include <string>
Go to the source code of this file.
Data Structures | |
class | FunctionFrontendFlowStep |
Enumerations | |
enum | FunctionFrontendFlowStep_Movable { FunctionFrontendFlowStep_Movable::UNMOVABLE, FunctionFrontendFlowStep_Movable::TIMING, FunctionFrontendFlowStep_Movable::MOVABLE } |
Enum class used to specify if a statement can be moved. More... | |
Functions | |
REF_FORWARD_DECL (ArchManager) | |
CONSTREF_FORWARD_DECL (DesignFlowManager) | |
REF_FORWARD_DECL (FunctionBehavior) | |
This class contains the base representation for a generic frontend flow step which works on a single function.
Definition in file function_frontend_flow_step.hpp.
|
strong |
Enum class used to specify if a statement can be moved.
Enumerator | |
---|---|
UNMOVABLE | Operation cannot be moved. |
TIMING | Operation cannot be moved because of timing. |
MOVABLE | Operation can be moved. |
Definition at line 60 of file function_frontend_flow_step.hpp.
CONSTREF_FORWARD_DECL | ( | DesignFlowManager | ) |
REF_FORWARD_DECL | ( | ArchManager | ) |
REF_FORWARD_DECL | ( | FunctionBehavior | ) |