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  

optimize.cc File Reference

#include <stdio.h>
#include "c_breeze.h"
#include "scope_walker.h"
#include "name_mangle_walker.h"
#include "goto_label_walker.h"
#include "dismantle.h"
#include "gc_walker.h"
#include "cfg.h"
#include "bits.h"
#include "reaching_genkill.h"
#include "reaching.h"
#include "constprop.h"
#include "optimize.h"
#include "defuse.h"
#include "live.h"
#include "dead.h"
#include "localcopyprop.h"

Go to the source code of this file.

Compounds

class  CastRemover

Defines

#define MAX_ITER   4


Define Documentation

#define MAX_ITER   4
 


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