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