#include <live.h>
Inheritance diagram for liveAnnote::
Public Methods | |
liveAnnote (decl_list l) | |
liveAnnote (void) | |
decl_list & | live_vars (void) |
void | live_vars (decl_list l) |
bool | is_annote_kind (string &name) |
Static Public Methods | |
liveAnnote * | getLiveAnnote (basicblockNode *b) |
void | removeliveness (basicblockNode *b) |
Private Attributes | |
decl_list | _live_vars |
|
|
|
|
|
|
|
Reimplemented from Annote. |
|
|
|
|
|
|
|
|