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

#include <stream-conv.hpp>

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

Public Member Functions

 ~StreamConversion () noexcept override
 
 StreamConversion ()
 
 StreamConversion (const StreamConversion &)=delete
 
StreamConversionoperator= (const StreamConversion &)=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 stream-conv.hpp.

Constructor & Destructor Documentation

◆ ~StreamConversion()

jlm::hls::StreamConversion::~StreamConversion ( )
overridedefaultnoexcept

◆ StreamConversion() [1/2]

jlm::hls::StreamConversion::StreamConversion ( )

Definition at line 124 of file stream-conv.cpp.

◆ StreamConversion() [2/2]

jlm::hls::StreamConversion::StreamConversion ( const StreamConversion )
delete

Member Function Documentation

◆ CreateAndRun()

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

Definition at line 30 of file stream-conv.hpp.

◆ operator=()

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

◆ Run()

void jlm::hls::StreamConversion::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 129 of file stream-conv.cpp.


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