llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/analysis/object_graph.h>
Classes | |
class | Node |
Public Member Functions | |
ObjectGraph (Prog &p) | |
Creates a object graph for a program. | |
~ObjectGraph () | |
Cleanup. | |
const Node * | Entry () const |
Returns the virtual the entry node. | |
Node * | operator[] (Object *o) const |
Returns the node for an object. | |
Friends | |
class | Node::iterator |
Lazily built graph of data items.