Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "common/common.h"
#include "cthulhu/events/events.h"
#include "memory/memory.h"
#include "std/set.h"
#include "std/map.h"
#include "std/vector.h"
#include "std/typed/vector.h"
#include "scan/node.h"
#include "base/panic.h"
Go to the source code of this file.
Data Structures | |
struct | ssa_vm_t |
struct | ssa_scope_t |
Functions | |
STA_DECL void | ssa_opt (logger_t *reports, ssa_result_t result, arena_t *arena) |
Optimize a given module. More... | |