Cthulhu  0.2.10
Cthulhu compiler collection
ssa_step_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_step_t:

Data Fields

ssa_opcode_t opcode
 
union {
   const ssa_value_t *   value
 
   ssa_store_t   store
 
   ssa_load_t   load
 
   ssa_addr_t   addr
 
   ssa_unary_t   unary
 
   ssa_binary_t   binary
 
   ssa_compare_t   compare
 
   ssa_cast_t   cast
 
   ssa_call_t   call
 
   ssa_offset_t   offset
 
   ssa_member_t   member
 
   ssa_return_t   ret
 
   ssa_branch_t   branch
 
   ssa_jump_t   jump
 
   ssa_sizeof_t   size_of
 
   ssa_alignof_t   align_of
 
   ssa_offsetof_t   offset_of
 
}; 
 

Detailed Description

Definition at line 298 of file ssa.h.

Field Documentation

◆ 

union { ... }

◆ addr

ssa_addr_t ssa_step_t::addr

Definition at line 305 of file ssa.h.

◆ align_of

ssa_alignof_t ssa_step_t::align_of

Definition at line 322 of file ssa.h.

◆ binary

ssa_binary_t ssa_step_t::binary

Definition at line 308 of file ssa.h.

◆ branch

ssa_branch_t ssa_step_t::branch

Definition at line 318 of file ssa.h.

◆ call

ssa_call_t ssa_step_t::call

Definition at line 312 of file ssa.h.

◆ cast

ssa_cast_t ssa_step_t::cast

Definition at line 311 of file ssa.h.

◆ compare

ssa_compare_t ssa_step_t::compare

Definition at line 309 of file ssa.h.

◆ jump

ssa_jump_t ssa_step_t::jump

Definition at line 319 of file ssa.h.

◆ load

ssa_load_t ssa_step_t::load

Definition at line 304 of file ssa.h.

◆ member

ssa_member_t ssa_step_t::member

Definition at line 315 of file ssa.h.

◆ offset

ssa_offset_t ssa_step_t::offset

Definition at line 314 of file ssa.h.

◆ offset_of

ssa_offsetof_t ssa_step_t::offset_of

Definition at line 323 of file ssa.h.

◆ opcode

ssa_opcode_t ssa_step_t::opcode

Definition at line 299 of file ssa.h.

◆ ret

ssa_return_t ssa_step_t::ret

Definition at line 317 of file ssa.h.

◆ size_of

ssa_sizeof_t ssa_step_t::size_of

Definition at line 321 of file ssa.h.

◆ store

ssa_store_t ssa_step_t::store

Definition at line 303 of file ssa.h.

◆ unary

ssa_unary_t ssa_step_t::unary

Definition at line 307 of file ssa.h.

◆ value

const ssa_value_t* ssa_step_t::value

Definition at line 302 of file ssa.h.


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