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  

live.h File Reference

#include "c_breeze.h"
#include "bits.h"

Go to the source code of this file.

Compounds

class  LivenessComments
 Adds comments to the AST indicating liveness information. More...

class  LivenessWalker
 Determines global(intraprocedural) liveness on a procedure. More...


Typedefs

typedef set< declNode * > decl_set
typedef decl_set::iterator decl_set_p


Typedef Documentation

typedef set< declNode * > decl_set
 

Definition at line 49 of file live.h.

Referenced by deadCodeEliminationChanger::at_threeAddr(), LivenessWalker::bits2decls(), LivenessComments::comment_stmt(), LivenessWalker::defs(), LivenessWalker::live_in(), LivenessWalker::live_out(), and LivenessWalker::uses().

typedef decl_set::iterator decl_set_p
 

Definition at line 50 of file live.h.

Referenced by deadCodeEliminationChanger::at_threeAddr(), and LivenessComments::comment_stmt().


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