Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::PassManPhase Class Reference

Wraps a PassMan pipeline as a Phase. More...

#include <thorin/phase/phase.h>

Inheritance diagram for thorin::PassManPhase:
[legend]

Public Member Functions

 PassManPhase (World &world, std::unique_ptr< PassMan > &&man)
 
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

Wraps a PassMan pipeline as a Phase.

Definition at line 101 of file phase.h.

Constructor & Destructor Documentation

◆ PassManPhase()

thorin::PassManPhase::PassManPhase ( World world,
std::unique_ptr< PassMan > &&  man 
)
inline

Definition at line 103 of file phase.h.

Member Function Documentation

◆ start()

void thorin::PassManPhase::start ( )
inlineoverridevirtual

Actual entry.

Implements thorin::Phase.

Definition at line 107 of file phase.h.


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