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