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

#include <core/analysis/call_graph.h>

Classes

struct  const_node_iterator
 Iterator over the nodes of the call graph. More...
 
class  Node
 

Public Member Functions

 CallGraph (Prog &p)
 Creates a call graph for a program.
 
 ~CallGraph ()
 Cleanup.
 
const NodeEntry () const
 Returns the virtual the entry node.
 
const Nodeoperator[] (Func *f) const
 Returns the node for a function.
 
const_node_iterator begin () const
 Iterator over nodes.
 
const_node_iterator end () const
 

Friends

class Node::iterator
 

Detailed Description

Lazily built call graph.


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