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

#include <check-rhls.hpp>

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

Public Member Functions

 ~RhlsVerification () noexcept override
 
 RhlsVerification ()
 
 RhlsVerification (const RhlsVerification &)=delete
 
RhlsVerificationoperator= (const RhlsVerification &)=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 15 of file check-rhls.hpp.

Constructor & Destructor Documentation

◆ ~RhlsVerification()

jlm::hls::RhlsVerification::~RhlsVerification ( )
overridedefaultnoexcept

◆ RhlsVerification() [1/2]

jlm::hls::RhlsVerification::RhlsVerification ( )

Definition at line 86 of file check-rhls.cpp.

◆ RhlsVerification() [2/2]

jlm::hls::RhlsVerification::RhlsVerification ( const RhlsVerification )
delete

Member Function Documentation

◆ CreateAndRun()

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

Definition at line 31 of file check-rhls.hpp.

◆ operator=()

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

◆ Run()

void jlm::hls::RhlsVerification::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 91 of file check-rhls.cpp.


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