Go to the source code of this file.
|
CT_LOCAL char * | begin_module (emit_t *emit, fs_t *fs, const ssa_module_t *mod) |
|
CT_LOCAL void | end_module (emit_t *emit) |
|
CT_LOCAL names_t | names_new (size_t size, arena_t *arena) |
|
CT_LOCAL void | counter_reset (emit_t *emit) |
|
CT_LOCAL char * | get_step_name (emit_t *emit, const ssa_step_t *step) |
|
CT_LOCAL char * | get_block_name (emit_t *emit, const ssa_block_t *block) |
|
CT_LOCAL char * | get_anon_symbol_name (emit_t *emit, const ssa_symbol_t *symbol, const char *prefix) |
|
CT_LOCAL char * | get_anon_local_name (emit_t *emit, const ssa_local_t *local, const char *prefix) |
|
CT_LOCAL char * | get_step_from_block (emit_t *emit, const ssa_block_t *block, size_t index) |
|
CT_LOCAL const char * | type_to_string (const ssa_type_t *type, arena_t *arena) |
|
CT_LOCAL char * | c89_format_integer_literal (arena_t *arena, const mpz_t value) |
|
◆ begin_module()
◆ c89_format_integer_literal()
CT_LOCAL char* c89_format_integer_literal |
( |
arena_t * |
arena, |
|
|
const mpz_t |
value |
|
) |
| |
◆ counter_reset()
◆ end_module()
◆ get_anon_local_name()
◆ get_anon_symbol_name()
◆ get_block_name()
◆ get_step_from_block()
◆ get_step_name()
◆ names_new()
◆ type_to_string()