llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
Public Member Functions | |
PTAContext (Prog &prog) | |
Initialises the context, scanning globals. | |
void | Explore (Func *func) |
Explores the call graph starting from a function. | |
bool | Reachable (Func *func) const |
Checks if a function can be invoked. | |
Friends | |
class | Builder |