Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
optimize.h
Go to the documentation of this file.
1#pragma once
2
3#include "thorin/util/types.h"
4
5namespace thorin {
6
7class World;
8
9void optimize(World&);
10
11} // namespace thorin
Definition cfg.h:11
void optimize(World &)
Definition optimize.cpp:10