C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ssa_info Class Reference

data for SSA translation. More...

#include <ssa.h>

Inheritance diagram for ssa_info:

algorithm_info List of all members.

Public Member Functions

 ssa_info ()

Public Attributes

int HasAlready
int Work

Detailed Description

data for SSA translation.

Definition at line 47 of file ssa.h.


Constructor & Destructor Documentation

ssa_info::ssa_info   [inline]
 

Definition at line 54 of file ssa.h.


Member Data Documentation

int ssa_info::HasAlready
 

Definition at line 51 of file ssa.h.

int ssa_info::Work
 

Definition at line 52 of file ssa.h.


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

Generated on August 27, 2003
Back to the C-Breeze home page