Cthulhu  0.2.10
Cthulhu compiler collection
ssa_branch_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_branch_t:

Data Fields

ssa_operand_t cond
 
ssa_operand_t then
 
ssa_operand_t other
 

Detailed Description

Definition at line 275 of file ssa.h.

Field Documentation

◆ cond

ssa_operand_t ssa_branch_t::cond

Definition at line 276 of file ssa.h.

◆ other

ssa_operand_t ssa_branch_t::other

Definition at line 278 of file ssa.h.

◆ then

ssa_operand_t ssa_branch_t::then

Definition at line 277 of file ssa.h.


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