Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

FoldStatementsPass Class Reference

#include <expression_dismantlers.h>

Inheritance diagram for FoldStatementsPass:

PipelinablePass Pass Module List of all members.

Public Methods

 FoldStatementsPass (SuifEnv *the_env, const LString &name = "fold_statements")
void initialize ()
 Initialize the pass.

Moduleclone () const
 May return "this" if the pass has no state.

void do_procedure_definition (ProcedureDefinition *proc_def)
 Override this if computation is to be applied to a procedure_definition. More...


Detailed Description


Constructor & Destructor Documentation

FoldStatementsPass::FoldStatementsPass ( SuifEnv * the_env,
const LString & name = "fold_statements")


Member Function Documentation

Module * FoldStatementsPass::clone ( void) const [virtual]

May return "this" if the pass has no state.

Reimplemented from PipelinablePass.

void FoldStatementsPass::do_procedure_definition ( ProcedureDefinition * proc_def) [virtual]

Override this if computation is to be applied to a procedure_definition.

The default is empty.

Reimplemented from PipelinablePass.

void FoldStatementsPass::initialize ( void) [virtual]

Initialize the pass.

Reimplemented from PipelinablePass.


The documentation for this class was generated from the following files:
Generated at Mon Jul 31 13:43:10 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000