MimIR
0.4-dev
MimIR is my Intermediate Representation
Toggle main menu visibility
Loading...
Searching...
No Matches
lam_spec.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
mim/phase.h
"
4
5
namespace
mim
{
6
7
/// Specializes a Lam at its call site by inlining all Pi-typed (i.e. higher-order) arguments.
8
class
LamSpec
:
public
RWPhase
{
9
public
:
10
LamSpec
(
World
&
world
,
flags_t
annex
)
11
:
RWPhase
(
world
,
annex
) {}
12
13
private
:
14
const
Def
*
rewrite_imm_App
(
const
App
*)
final
;
15
16
Def2Def
old2new_;
17
};
18
19
}
// namespace mim
mim::App
Definition
lam.h:224
mim::Def
Base class for all Defs.
Definition
def.h:273
mim::LamSpec::LamSpec
LamSpec(World &world, flags_t annex)
Definition
lam_spec.h:10
mim::LamSpec::rewrite_imm_App
const Def * rewrite_imm_App(const App *) final
Definition
lam_spec.cpp:9
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
Definition
ast.h:16
mim::Def2Def
DefMap< const Def * > Def2Def
Definition
def.h:90
mim::flags_t
u64 flags_t
Definition
types.h:39
phase.h
include
mim
phase
lam_spec.h
Generated by
1.18.0