llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
MoveElimPass(PassManager *passManager)
Initialises the pass.
Definition: move_elim.h:20
Definition: pass_manager.h:74
bool Run(Prog &prog) override
Runs the pass.
Definition: move_elim.cpp:38
Definition: move_elim.h:14
static const char * kPassID
Pass identifier.
Definition: move_elim.h:17
const char * GetPassName() const override
Returns the name of the pass.
Definition: move_elim.cpp:65