Cthulhu  0.2.10
Cthulhu compiler collection
ssa_operand_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_operand_t:

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
 
}; 
 

Detailed Description

Definition at line 191 of file ssa.h.

Field Documentation

◆ 

union { ... }

◆ bb

const ssa_block_t* ssa_operand_t::bb

Definition at line 196 of file ssa.h.

◆ function

const ssa_symbol_t* ssa_operand_t::function

Definition at line 214 of file ssa.h.

◆ global

const ssa_symbol_t* ssa_operand_t::global

Definition at line 211 of file ssa.h.

◆ kind

ssa_opkind_t ssa_operand_t::kind

Definition at line 192 of file ssa.h.

◆ local

size_t ssa_operand_t::local

Definition at line 205 of file ssa.h.

◆ param

size_t ssa_operand_t::param

Definition at line 208 of file ssa.h.

◆ value

const ssa_value_t* ssa_operand_t::value

Definition at line 217 of file ssa.h.

◆ vreg_context

const ssa_block_t* ssa_operand_t::vreg_context

Definition at line 200 of file ssa.h.

◆ vreg_index

size_t ssa_operand_t::vreg_index

Definition at line 201 of file ssa.h.


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