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

#include <mem-queue.hpp>

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

Public Member Functions

 ~AddressQueueInsertion () noexcept override
 
 AddressQueueInsertion ()
 
 AddressQueueInsertion (const AddressQueueInsertion &)=delete
 
AddressQueueInsertionoperator= (const AddressQueueInsertion &)=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 14 of file mem-queue.hpp.

Constructor & Destructor Documentation

◆ ~AddressQueueInsertion()

jlm::hls::AddressQueueInsertion::~AddressQueueInsertion ( )
overridedefaultnoexcept

◆ AddressQueueInsertion() [1/2]

jlm::hls::AddressQueueInsertion::AddressQueueInsertion ( )

Definition at line 530 of file mem-queue.cpp.

◆ AddressQueueInsertion() [2/2]

jlm::hls::AddressQueueInsertion::AddressQueueInsertion ( const AddressQueueInsertion )
delete

Member Function Documentation

◆ CreateAndRun()

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

Definition at line 30 of file mem-queue.hpp.

◆ operator=()

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

◆ Run()

void jlm::hls::AddressQueueInsertion::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 535 of file mem-queue.cpp.


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