#include <stdio.h>
#include "c_breeze.h"
#include "bits.h"
#include "defuse.h"
#include "live.h"
#include "dead.h"
Compounds | |
class | CleanGenKillWalker |
class | LivePhase |
Typedefs | |
typedef map< basicblockNode *, bool > | blockmap |
Functions | |
void | rdfs (basicblockNode *b, basicblock_list *l, blockmap *mark) |
void | get_rdfs_order (procNode *p, basicblock_list *l) |
Phases | liveness_phase ("live", new LivePhase()) |
|
|
|
|
|
|
|
|