llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Classes | Public Member Functions | Friends | List of all members
ObjectGraph Class Referencefinal

#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 NodeEntry () const
 Returns the virtual the entry node.
 
Nodeoperator[] (Object *o) const
 Returns the node for an object.
 

Friends

class Node::iterator
 

Detailed Description

Lazily built graph of data items.


The documentation for this class was generated from the following files: