|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include "mim/plug/mem/mem.h"#include <mim/config.h>#include <mim/pass.h>#include <mim/pass/beta_red.h>#include <mim/pass/eta_exp.h>#include "mim/plug/mem/pass/copy_prop.h"#include "mim/plug/mem/pass/reshape.h"#include "mim/plug/mem/pass/ssa.h"#include "mim/plug/mem/phase/add_mem.h"Go to the source code of this file.
Functions | |
| void | reg_stages (Flags2Stages &stages) |
| Plugin | mim_get_plugin () |
| Plugin mim_get_plugin | ( | ) |
Definition at line 46 of file mem.cpp.
References MIM_EXPORT, reg_stages(), and mim::plug::mem::register_normalizers().
| void reg_stages | ( | Flags2Stages & | stages | ) |
Definition at line 18 of file mem.cpp.
References mim::Stage::hook(), mim::Axm::isa(), MIM_REPL, mim::plug::mem::op_malloc(), and mim::plug::mem::op_mslot().