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.cc File Reference

#include "c_breeze.h"
#include "ssa.h"

Go to the source code of this file.

Compounds

class  Assignment_walker
class  renumber_walker

Typedefs

typedef map< declNode *, basicblock_bitsetassignment_map
typedef assignment_map::iterator assignment_map_p


Typedef Documentation

typedef map<declNode *, basicblock_bitset> assignment_map
 

Definition at line 95 of file ssa.cc.

Referenced by SSA::place_phi_functions().

typedef assignment_map::iterator assignment_map_p
 

Definition at line 96 of file ssa.cc.

Referenced by assignmentSet::assignment_at(), and SSA::place_phi_functions().


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