llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#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 Node * | Entry () const |
Returns the virtual the entry node. | |
const Node * | operator[] (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 |
Lazily built call graph.