llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
CallGraph::Node::iterator Class Reference

Iterator over call site targets. More...

#include <core/analysis/call_graph.h>

Inheritance diagram for CallGraph::Node::iterator:
Inheritance graph
[legend]
Collaboration diagram for CallGraph::Node::iterator:
Collaboration graph
[legend]

Public Member Functions

 iterator (const Node *node, Inst *start)
 Start iterator.
 
 iterator (const Node *node, Func *func)
 Start iterator.
 
 iterator ()
 End iterator.
 
bool operator!= (const iterator &that) const
 
bool operator== (const iterator &that) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
const Nodeoperator* () const
 

Detailed Description

Iterator over call site targets.


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