|
Jlm
|

Public Types | |
| enum class | Type { Modification , Reference } |
Public Attributes | |
| rvsdg::Output * | output |
| Type | type |
Represents a single link in a mod/ref chain
Definition at line 87 of file LoadChainSeparation.hpp.
The type of the mod/ref chain link
| Enumerator | |
|---|---|
| Modification | The link modifies the memory region. |
| Reference | The link only references the memory region. |
Definition at line 92 of file LoadChainSeparation.hpp.
| rvsdg::Output* jlm::llvm::LoadChainSeparation::ModRefChainLink::output |
The memory state output associated with the node that references/modifies a memory region.
Definition at line 108 of file LoadChainSeparation.hpp.
| Type jlm::llvm::LoadChainSeparation::ModRefChainLink::type |
Definition at line 109 of file LoadChainSeparation.hpp.