Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

reachingGenKillWalker Class Reference

#include <reaching_genkill.h>

Inheritance diagram for reachingGenKillWalker::

Walker List of all members.

Public Methods

 reachingGenKillWalker (map< stmtNode *, int > *, map< stmtNode *, declNode *> *, map< declNode *, defFlowVal *> *, stmtNode ***, int *)
 ~reachingGenKillWalker (void)
defFlowValnew_flowval (void)
void at_proc (procNode *, Order)
void at_basicblock (basicblockNode *, Order)
void at_unit (unitNode *, Order)

Private Attributes

map< stmtNode *, int > * node2num
map< stmtNode *, declNode *> * defines
map< declNode *, defFlowVal *> * defs
stmt_list ambiguous_defs
stmtNode ** num2node
stmtNode *** pn2n
int n
int * pn
defFlowVal_flowval
defFlowVal_everything

Constructor & Destructor Documentation

reachingGenKillWalker::reachingGenKillWalker map< stmtNode *, int > *    n2n,
map< stmtNode *, declNode *> *    dfns,
map< declNode *, defFlowVal *> *    dfs,
stmtNode ***    num2n,
int *    numdefs
 

reachingGenKillWalker::~reachingGenKillWalker void   
 


Member Function Documentation

void reachingGenKillWalker::at_basicblock basicblockNode   b,
Order    ord
[virtual]
 

Reimplemented from Walker.

void reachingGenKillWalker::at_proc procNode   p,
Order    ord
[virtual]
 

Reimplemented from Walker.

void reachingGenKillWalker::at_unit unitNode   the_unit,
Order    ord
[inline, virtual]
 

Reimplemented from Walker.

defFlowVal * reachingGenKillWalker::new_flowval void   
 


Member Data Documentation

defFlowVal* reachingGenKillWalker::_everything [private]
 

defFlowVal* reachingGenKillWalker::_flowval [private]
 

stmt_list reachingGenKillWalker::ambiguous_defs [private]
 

map<stmtNode *, declNode *>* reachingGenKillWalker::defines [private]
 

map<declNode *, defFlowVal *>* reachingGenKillWalker::defs [private]
 

int reachingGenKillWalker::n [private]
 

map<stmtNode *, int>* reachingGenKillWalker::node2num [private]
 

stmtNode** reachingGenKillWalker::num2node [private]
 

int * reachingGenKillWalker::pn [private]
 

stmtNode *** reachingGenKillWalker::pn2n [private]
 


The documentation for this class was generated from the following files:
Generated on Thu Jan 10 12:06:32 2002 for C-Breeze by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001