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::rreg_info Struct Reference

#include <dummy_reg_alloc.h>

List of all members.

Public Member Functions

 rreg_info ()

Public Attributes

arch_info::register_infopInfo
Register reg
vreg_infopVirtualReg


Constructor & Destructor Documentation

dummy_reg_alloc::rreg_info::rreg_info   [inline]
 

Definition at line 89 of file dummy_reg_alloc.h.

References pInfo, and pVirtualReg.


Member Data Documentation

arch_info::register_info* dummy_reg_alloc::rreg_info::pInfo
 

Definition at line 94 of file dummy_reg_alloc.h.

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

vreg_info* dummy_reg_alloc::rreg_info::pVirtualReg
 

Definition at line 101 of file dummy_reg_alloc.h.

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

Register dummy_reg_alloc::rreg_info::reg
 

Definition at line 97 of file dummy_reg_alloc.h.

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


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

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