Cthulhu  0.2.10
Cthulhu compiler collection
ssa_scope_t Struct Reference
Collaboration diagram for ssa_scope_t:

Data Fields

ssa_vm_tvm
 
typevec_tlocals
 
const ssa_symbol_tsymbol
 
const ssa_value_treturn_value
 
map_tstep_values
 

Detailed Description

Definition at line 31 of file opt.c.

Field Documentation

◆ locals

typevec_t* ssa_scope_t::locals

Definition at line 35 of file opt.c.

◆ return_value

const ssa_value_t* ssa_scope_t::return_value

Definition at line 38 of file opt.c.

◆ step_values

map_t* ssa_scope_t::step_values

Definition at line 39 of file opt.c.

◆ symbol

const ssa_symbol_t* ssa_scope_t::symbol

Definition at line 37 of file opt.c.

◆ vm

ssa_vm_t* ssa_scope_t::vm

Definition at line 33 of file opt.c.


The documentation for this struct was generated from the following file: