llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/pass_registry.h>
Public Member Functions | |
template<typename T > | |
void | Register () |
Register a pass with the registry. | |
void | Add (PassManager &mngr, const std::string &name) |
Add a pass to the manager. | |
Pass registry which tracks all the available passes and analyses.