CACAO
|
Go to the source code of this file.
Macros | |
#define | SSA_DEBUG_CHECK |
#define | SSA_DEBUG_VERBOSE |
#define | _SSA_CHECK_BOUNDS(i, l, h) assert( ((i) >= (l)) && ((i) < (h))); |
#define | _SSA_ASSERT(a) assert((a)); |
Functions | |
void | ssa_init (jitdata *) |
void | ssa (jitdata *) |
void | fix_exception_handlers (jitdata *jd) |
void | ssa_show_variable (jitdata *jd, int index, varinfo *v, int stage) |
void | ssa_print_phi (lsradata *, graphdata *) |
Definition at line 279 of file ssa_phi.cpp.