Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
DebugDump Class Reference

A pass that just dumps the world. More...

#include <thorin/plug/refly/pass/debug_dump.h>

Inheritance diagram for DebugDump:
[legend]

Public Member Functions

 DebugDump (PassMan &man)
 
void prepare () override
 Invoked once before entering the main rewrite loop.
 
- Public Member Functions inherited from thorin::RWPass< DebugDump, Lam >
 RWPass (PassMan &man, std::string_view name)
 
bool inspect () const override
 Should the PassMan even consider this pass?
 
Lamcurr_mut () const
 
- Public Member Functions inherited from thorin::Pass
 Pass (PassMan &, std::string_view name)
 
virtual ~Pass ()=default
 
Worldworld ()
 
PassManman ()
 
const PassManman () const
 
std::string_view name () const
 
size_t index () const
 
virtual Ref rewrite (Ref def)
 
virtual Ref rewrite (const Var *var)
 
virtual Ref rewrite (const Proxy *proxy)
 
virtual undo_t analyze (Ref)
 
virtual undo_t analyze (const Var *)
 
virtual undo_t analyze (const Proxy *)
 
virtual bool fixed_point () const
 
virtual void enter ()
 Invoked just before Pass::rewriteing PassMan::curr_mut's body.
 
const Proxyproxy (Ref type, Defs ops, u32 tag=0)
 
const Proxyisa_proxy (Ref def, u32 tag=0)
 Check whether given def is a Proxy whose Proxy::pass matches this Pass's IPass::index.
 
const Proxyas_proxy (Ref def, u32 tag=0)
 

Detailed Description

A pass that just dumps the world.

Definition at line 10 of file debug_dump.h.

Constructor & Destructor Documentation

◆ DebugDump()

DebugDump::DebugDump ( PassMan man)
inline

Definition at line 12 of file debug_dump.h.

Member Function Documentation

◆ prepare()

void DebugDump::prepare ( )
inlineoverridevirtual

Invoked once before entering the main rewrite loop.

Reimplemented from thorin::Pass.

Definition at line 15 of file debug_dump.h.

References thorin::World::debug_dump(), and thorin::Pass::world().


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