#include <stdio.h>
#include "c_breeze.h"
#include "dismantle.h"
#include "goto_label_walker.h"
#include "cfg.h"
Compounds | |
class | unreachableCodeRemover |
Defines | |
#define | EMIT_BB() |
|
Value: { \ if (bb->stmts().size()) basic_blocks.push_back (bb); \ bb = new basicblockNode (NULL, NULL); } |