19 const Def* lower_get(
const App*);
20 const Def* lower_set(
const App*);
21 const Def* lower_broadcast(
const App*);
23 const Def* lower_map_reduce_aff(
const App*);
25 const Def* rec_broadcast(
const Def* s_in,
const Def* s_out,
const Def* input,
u64 r,
u64 i);
RWPhase(World &world, std::string name, Analysis *analysis=nullptr)
World & world()=delete
Hides both and forbids direct access.
The World represents the whole program and manages creation of MimIR nodes (Defs).
const Def * rewrite_imm_App(const App *) final
LowerMapReduce(World &world, flags_t annex)