Cthulhu  0.2.10
Cthulhu compiler collection
ssa_loop_t Struct Reference

loop jump context More...

Collaboration diagram for ssa_loop_t:

Data Fields

ssa_block_tenter_loop
 the block to jump to when continuing the loop More...
 
ssa_block_texit_loop
 the block to jump to when exiting the loop More...
 

Detailed Description

loop jump context

Definition at line 78 of file ssa.c.

Field Documentation

◆ enter_loop

ssa_block_t* ssa_loop_t::enter_loop

the block to jump to when continuing the loop

Definition at line 81 of file ssa.c.

◆ exit_loop

ssa_block_t* ssa_loop_t::exit_loop

the block to jump to when exiting the loop

Definition at line 84 of file ssa.c.


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