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_H_VAR_RENAME

Used in variable renaming. More...

Variables

varstack_map Stack
counter_map Counter
var_changes Changes

Detailed Description

Used in variable renaming.


Variable Documentation

var_changes SSA::Changes [private, inherited]
 

Definition at line 95 of file ssa.h.

Referenced by SSA::place_phi_functions(), SSA::record_index(), and SSA::rename_all_variables().

counter_map SSA::Counter [private, inherited]
 

Definition at line 94 of file ssa.h.

Referenced by SSA::place_phi_functions(), SSA::rename_all_variables(), and SSA::search().

varstack_map SSA::Stack [private, inherited]
 

Definition at line 93 of file ssa.h.

Referenced by SSA::place_phi_functions(), SSA::record_index(), and SSA::search().


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