MimIR
0.1
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
void
optimize
(
World
&);
8
9
}
// namespace mim
mim::World
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition
world.h:33
mim
Definition
ast.h:14
mim::optimize
void optimize(World &)
Definition
optimize.cpp:10
include
mim
pass
optimize.h
Generated by
1.13.2