llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/analysis/init_path.h>
Public Member Functions | |
InitPath (Prog &prog, Func *entry) | |
Build the path from the entry node. | |
bool | operator[] (Block &block) const |
Check if a block is on the init path. | |
Analysis which identifies which blocks are executed at most once.