MimIR 0.1
MimIR is my Intermediate Representation
|
#include "mim/plug/regex/regex.h"
#include <mim/plugin.h>
#include <mim/pass/pass.h>
#include <mim/pass/pipelinebuilder.h>
#include "mim/plug/regex/pass/lower_regex.h"
Go to the source code of this file.
Functions | |
MIM_EXPORT Plugin | mim_get_plugin () |
Registers Passes in the different optimization Phases as well as normalizers for the Axioms. | |
MIM_EXPORT Plugin mim_get_plugin | ( | ) |
Registers Passes in the different optimization Phases as well as normalizers for the Axioms.
Definition at line 14 of file regex.cpp.
References mim::plug::regex::register_normalizers(), and mim::register_pass().