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  

dummy_reg_alloc.cc File Reference

#include "c_breeze.h"
#include "dummy_reg_alloc.h"

Go to the source code of this file.

Typedefs

typedef dummy_reg_alloc::vreg_info vreg_info
typedef dummy_reg_alloc::rreg_info rreg_info


Typedef Documentation

typedef dummy_reg_alloc::rreg_info rreg_info
 

Definition at line 43 of file dummy_reg_alloc.cc.

Referenced by dummy_reg_alloc::allocate_real_for_virtual(), and dummy_reg_alloc::setup_rregs().

typedef dummy_reg_alloc::vreg_info vreg_info
 

Definition at line 42 of file dummy_reg_alloc.cc.

Referenced by dummy_reg_alloc::allocate_real_for_virtual(), dummy_reg_alloc::fix_allocated_virtual(), and dummy_reg_alloc::get_vreg().


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