llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <passes/global_forward/forwarder.h>
Public Member Functions | |
GlobalForwarder (Prog &prog, Func &entry) | |
Initialise the analysis. | |
bool | Forward () |
Simplify loads and build the graph for the reverse transformations. | |
bool | Reverse () |
Hoist stores. | |
Implementation of the global value to code forwarder.