Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::hls::MemoryStateDecoupling Class Referencefinal

#include <decouple-mem-state.hpp>

Inheritance diagram for jlm::hls::MemoryStateDecoupling:
Inheritance graph
[legend]
Collaboration diagram for jlm::hls::MemoryStateDecoupling:
Collaboration graph
[legend]

Public Member Functions

 ~MemoryStateDecoupling () noexcept override
 
 MemoryStateDecoupling ()
 
 MemoryStateDecoupling (const MemoryStateDecoupling &)=delete
 
MemoryStateDecouplingoperator= (const MemoryStateDecoupling &)=delete
 
void Run (rvsdg::RvsdgModule &rvsdgModule, util::StatisticsCollector &statisticsCollector) override
 Perform RVSDG transformation. More...
 
- Public Member Functions inherited from jlm::rvsdg::Transformation
virtual ~Transformation () noexcept
 
 Transformation (std::string_view Name)
 
const std::string_view & GetName () const noexcept
 
void Run (RvsdgModule &module)
 Perform RVSDG transformation. More...
 

Static Public Member Functions

static void CreateAndRun (rvsdg::RvsdgModule &rvsdgModule, util::StatisticsCollector &statisticsCollector)
 

Detailed Description

Definition at line 17 of file decouple-mem-state.hpp.

Constructor & Destructor Documentation

◆ ~MemoryStateDecoupling()

jlm::hls::MemoryStateDecoupling::~MemoryStateDecoupling ( )
overridedefaultnoexcept

◆ MemoryStateDecoupling() [1/2]

jlm::hls::MemoryStateDecoupling::MemoryStateDecoupling ( )

Definition at line 514 of file decouple-mem-state.cpp.

◆ MemoryStateDecoupling() [2/2]

jlm::hls::MemoryStateDecoupling::MemoryStateDecoupling ( const MemoryStateDecoupling )
delete

Member Function Documentation

◆ CreateAndRun()

static void jlm::hls::MemoryStateDecoupling::CreateAndRun ( rvsdg::RvsdgModule rvsdgModule,
util::StatisticsCollector statisticsCollector 
)
inlinestatic

Definition at line 33 of file decouple-mem-state.hpp.

◆ operator=()

MemoryStateDecoupling& jlm::hls::MemoryStateDecoupling::operator= ( const MemoryStateDecoupling )
delete

◆ Run()

void jlm::hls::MemoryStateDecoupling::Run ( rvsdg::RvsdgModule module,
util::StatisticsCollector statisticsCollector 
)
overridevirtual

Perform RVSDG transformation.

Note
This method is expected to be called multiple times. An implementation is required to reset the objects' internal state to ensure correct behavior after every invocation.
Parameters
moduleRVSDG module the transformation is performed on.
statisticsCollectorStatistics collector for collecting transformation statistics.

Implements jlm::rvsdg::Transformation.

Definition at line 519 of file decouple-mem-state.cpp.


The documentation for this class was generated from the following files: