PandA-2024.02
|
Data structure used to store the register binding of variables. More...
#include "Variable.hpp"
#include "custom_set.hpp"
#include "refcount.hpp"
#include <iosfwd>
#include <map>
#include <string>
Go to the source code of this file.
Data Structures | |
class | reg_binding |
Class managing the register binding. More... | |
Typedefs | |
using | reg_bindingRef = refcount< reg_binding > |
RefCount type definition of the reg_binding class structure. More... | |
Data structure used to store the register binding of variables.
add register file and add selector to their input
Definition in file reg_binding.hpp.
using reg_bindingRef = refcount<reg_binding> |
RefCount type definition of the reg_binding class structure.
Definition at line 235 of file reg_binding.hpp.
CONSTREF_FORWARD_DECL | ( | FunctionBehavior | ) |
REF_FORWARD_DECL | ( | hls | ) |
REF_FORWARD_DECL | ( | HLS_manager | ) |
REF_FORWARD_DECL | ( | reg_binding | ) |
REF_FORWARD_DECL | ( | generic_obj | ) |
REF_FORWARD_DECL | ( | structural_object | ) |