Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
debug_print.cpp
Go to the documentation of this file.
2
3#include <thorin/lam.h>
4
6
7namespace thorin::plug::compile {
8
10 if (level >= 2) world().DLOG("L{}: enter {}", level, curr_mut());
11}
12
13} // namespace thorin::plug::compile
World & world()
Definition pass.h:296
void enter() override
Invoked just before Pass::rewriteing PassMan::curr_mut's body.
The compile Plugin
Definition compile.h:9