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

#include <passes/pta/node.h>

Inheritance diagram for Node:
Inheritance graph
[legend]

Public Types

enum  Kind { SET, DEREF, ROOT }
 Enumeration of enum kinds.
 

Public Member Functions

virtual ~Node ()
 Virtual destructor.
 
GraphNodeToGraph ()
 Converts the node to a graph node.
 
RootNodeAsRoot ()
 Converts the node to a root node (if it is one).
 

Protected Member Functions

 Node (Kind kind)
 Creates a new node.
 

Protected Attributes

Kind kind_
 Node kind.
 

Detailed Description

Bag of possible nodes.


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