Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <ssa.h>
Data Fields | |
ssa_opkind_t | kind |
union { | |
const ssa_block_t * bb | |
struct { | |
const ssa_block_t * vreg_context | |
size_t vreg_index | |
} | |
size_t local | |
size_t param | |
const ssa_symbol_t * global | |
const ssa_symbol_t * function | |
const ssa_value_t * value | |
}; | |
union { ... } |
const ssa_block_t* ssa_operand_t::bb |
const ssa_symbol_t* ssa_operand_t::function |
const ssa_symbol_t* ssa_operand_t::global |
ssa_opkind_t ssa_operand_t::kind |
const ssa_value_t* ssa_operand_t::value |
const ssa_block_t* ssa_operand_t::vreg_context |