llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
Transitive closure of a function. More...
#include <passes/global_forward/nodes.h>
Public Attributes | |
std::unique_ptr< DAGFunc > | DAG |
DAG-based representation of the function. | |
BitSet< Func > | Funcs |
Set of referenced functions. | |
BitSet< Object > | Escaped |
Set of escaped objects. | |
BitSet< Object > | Stored |
Set of changed objects. | |
BitSet< Object > | Loaded |
Set of dereferenced objects. | |
bool | Raises |
Flag to indicate whether any function raises. | |
bool | Indirect |
Flag to indicate whether any function has indirect calls. | |
Transitive closure of a function.