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  

sdu Class Reference

#include <briggs_reg_alloc.h>

List of all members.

Public Member Functions

 sdu (Symbol sym, DUChainDef def)
SymbolgetSymbol ()
DUChainDefgetDef ()
DUChainUsesgetUses ()

Private Attributes

Symbol sym
DUChainDef def
DUChainUses uses


Constructor & Destructor Documentation

sdu::sdu Symbol    sym,
DUChainDef    def
[inline]
 

Definition at line 137 of file briggs_reg_alloc.h.

References def.


Member Function Documentation

DUChainDef& sdu::getDef   [inline]
 

Definition at line 148 of file briggs_reg_alloc.h.

References def, and DUChainDef.

Referenced by briggs_reg_alloc::makeDuChains(), and briggs_reg_alloc::makeWebs().

Symbol& sdu::getSymbol   [inline]
 

Definition at line 144 of file briggs_reg_alloc.h.

Referenced by briggs_reg_alloc::makeWebs().

DUChainUses& sdu::getUses   [inline]
 

Definition at line 152 of file briggs_reg_alloc.h.

References DUChainUses.

Referenced by briggs_reg_alloc::makeDuChains(), and briggs_reg_alloc::makeWebs().


Member Data Documentation

DUChainDef sdu::def [private]
 

Definition at line 132 of file briggs_reg_alloc.h.

Symbol sdu::sym [private]
 

Definition at line 130 of file briggs_reg_alloc.h.

DUChainUses sdu::uses [private]
 

Definition at line 134 of file briggs_reg_alloc.h.


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

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