CACAO
|
Go to the source code of this file.
Functions | |
static void | cfg_allocate_predecessors (basicblock *bptr) |
static void | cfg_allocate_successors (basicblock *bptr) |
static void | cfg_insert_predecessors (basicblock *bptr, basicblock *pbptr) |
static void | cfg_insert_successors (basicblock *bptr, basicblock *pbptr) |
bool | cfg_build (jitdata *jd) |
void | cfg_add_root (jitdata *jd) |
void | cfg_remove_root (jitdata *jd) |
void | cfg_clear (jitdata *jd) |
|
static |
|
static |
|
static |
|
static |