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  

cfg.cc File Reference

#include <stdio.h>
#include "c_breeze.h"
#include "dismantle.h"
#include "goto_label_walker.h"
#include "cfg.h"

Go to the source code of this file.

Compounds

class  unreachableCodeRemover

Defines

#define EMIT_BB()


Define Documentation

 
#define EMIT_BB  
 

Value:

{ \
        if (bb->stmts().size()) basic_blocks.push_back (bb); \
                bb = new basicblockNode (NULL, NULL); }


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