MimIR
0.2-dev
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
optimize.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
mim
{
4
5
class
World
;
6
7
/// Runs `_compile` or `_default_compile`, if available (in this order).
8
void
optimize
(
World
&);
9
10
}
// namespace mim
mim::World
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition
world.h:36
mim
Definition
ast.h:14
mim::optimize
void optimize(World &)
Runs _compile or _default_compile, if available (in this order).
Definition
optimize.cpp:8
include
mim
pass
optimize.h
Generated by
1.16.1