Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::PassPhase< P > Class Template Reference

Wraps a Pass as a Phase. More...

#include <thorin/phase/phase.h>

Inheritance diagram for thorin::PassPhase< P >:
[legend]

Public Member Functions

template<class... Args>
 PassPhase (World &world, Args &&... args)
 
void start () override
 Actual entry.
 
- Public Member Functions inherited from thorin::Phase
 Phase (World &world, std::string_view name, bool dirty)
 
virtual ~Phase ()=default
 
Worldworld ()
 
std::string_view name () const
 
bool is_dirty () const
 
virtual void run ()
 Entry point and generates some debug output; invokes Phase::start.
 

Additional Inherited Members

- Static Public Member Functions inherited from thorin::Phase
template<class P , class... Args>
static void run (Args &&... args)
 Runs a single Phase.
 
- Protected Attributes inherited from thorin::Phase
Worldworld_
 
std::string name_
 
bool dirty_
 

Detailed Description

template<class P>
class thorin::PassPhase< P >

Wraps a Pass as a Phase.

Definition at line 84 of file phase.h.

Constructor & Destructor Documentation

◆ PassPhase()

template<class P >
template<class... Args>
thorin::PassPhase< P >::PassPhase ( World world,
Args &&...  args 
)
inline

Definition at line 87 of file phase.h.

Member Function Documentation

◆ start()

template<class P >
void thorin::PassPhase< P >::start ( )
inlineoverridevirtual

Actual entry.

Implements thorin::Phase.

Definition at line 94 of file phase.h.

References thorin::PassMan::run().


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