MimIR
0.4-dev
MimIR is my Intermediate Representation
Toggle main menu visibility
Loading...
Searching...
No Matches
lower_regex.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
mim/phase.h
>
4
5
namespace
mim::plug::regex
{
6
7
/// Lowers a regex axm application to a DFA matcher function.
8
class
LowerRegex
:
public
RWPhase
{
9
public
:
10
LowerRegex
(
World
&
world
,
flags_t
annex
)
11
:
RWPhase
(
world
,
annex
) {}
12
13
const
Def
*
rewrite_imm_App
(
const
App
*)
final
;
14
};
15
16
}
// namespace mim::plug::regex
mim::App
Definition
lam.h:224
mim::Def
Base class for all Defs.
Definition
def.h:273
mim::Phase::annex
flags_t annex() const
Definition
phase.h:81
mim::RWPhase::RWPhase
RWPhase(World &world, std::string name, Analysis *analysis=nullptr)
Definition
phase.h:431
mim::RWPhase::world
World & world()=delete
Hides both and forbids direct access.
mim::World
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition
world.h:40
mim::plug::regex::LowerRegex::LowerRegex
LowerRegex(World &world, flags_t annex)
Definition
lower_regex.h:10
mim::plug::regex::LowerRegex::rewrite_imm_App
const Def * rewrite_imm_App(const App *) final
Definition
lower_regex.cpp:28
mim::plug::regex
The regex Plugin
Definition
lower_regex.h:5
mim::flags_t
u64 flags_t
Definition
types.h:39
phase.h
include
mim
plug
regex
phase
lower_regex.h
Generated by
1.18.0