llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <passes/pta/node.h>
Public Types | |
enum | Kind { SET, DEREF, ROOT } |
Enumeration of enum kinds. | |
Public Member Functions | |
virtual | ~Node () |
Virtual destructor. | |
GraphNode * | ToGraph () |
Converts the node to a graph node. | |
RootNode * | AsRoot () |
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. | |
Bag of possible nodes.