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  

LiveTest Class Reference
[phases defined in c-breeze (some of which are available from the command line).]

Generates comments based on liveness analysis. More...

Inheritance diagram for LiveTest:

Phase List of all members.

Public Member Functions

void run (void)
virtual void get_flags (str_list_p &arg)
virtual void usage ()

Detailed Description

Generates comments based on liveness analysis.

Definition at line 368 of file live.cc.


Member Function Documentation

virtual void Phase::get_flags str_list_p   arg [inline, virtual, inherited]
 

Reimplemented in vcgASTPhase, vcgCCGPhase, TreeCheckerPhase, and pointers_phase.

Definition at line 53 of file phase.h.

void LiveTest::run void    [inline, virtual]
 

Implements Phase.

Definition at line 370 of file live.cc.

References cfg_changer::generate_cfg(), CBZ::Program, and unit_list_p.

virtual void Phase::usage   [inline, virtual, inherited]
 

Reimplemented in TreeCheckerPhase.

Definition at line 55 of file phase.h.

Referenced by Phase_entry::print().


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

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