llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Classes | Public Member Functions | Protected Member Functions | List of all members
ReferenceGraph Class Reference

#include <core/analysis/reference_graph.h>

Classes

struct  Node
 Information about this node. More...
 

Public Member Functions

 ReferenceGraph (Prog &prog, CallGraph &graph)
 Build reference information.
 
const Nodeoperator[] (Func &func)
 Return the set of globals referenced by a function.
 

Protected Member Functions

virtual bool Skip (Func &func)
 Callback which decides whether to follow or skip a function.
 

Detailed Description

Class caching the set of symbols transitively referenced by a function.


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