|
Jlm
|
Memory state type class. More...
#include <types.hpp>


Public Member Functions | |
| ~MemoryStateType () noexcept override | |
| constexpr | MemoryStateType () noexcept=default |
| std::string | debug_string () const override |
| bool | operator== (const jlm::rvsdg::Type &other) const noexcept override |
| std::size_t | ComputeHash () const noexcept override |
| rvsdg::TypeKind | Kind () const noexcept override |
| Return the kind of this type. More... | |
Public Member Functions inherited from jlm::rvsdg::Type | |
| virtual | ~Type () noexcept |
| bool | operator!= (const jlm::rvsdg::Type &other) const noexcept |
Static Public Member Functions | |
| static std::shared_ptr< const MemoryStateType > | Create () |
Additional Inherited Members | |
Protected Member Functions inherited from jlm::rvsdg::Type | |
| constexpr | Type () noexcept |
Memory state type class.
Represents the type of abstract memory locations and is used in state edges for sequentialiazing memory operations, such as load and store operations.
|
overridedefaultnoexcept |
MemoryStateType class
|
constexprdefaultnoexcept |
|
overridevirtualnoexcept |
Computes a hash value for the instance of the type.
Implements jlm::rvsdg::Type.
|
static |
|
overridevirtual |
Implements jlm::rvsdg::Type.
|
overridevirtualnoexcept |
Return the kind of this type.
Implements jlm::rvsdg::Type.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Type.