loop

Loop data structure.

Members

Functions

print
void print()

Write loop.

reset
void reset()

Reset memory so this allocation can be re-used.

Variables

Lexit
vec_t Lexit;
Undocumented in source.
Lhead
block* Lhead;
Undocumented in source.
Livlist
Rarray!Iv Livlist;
Undocumented in source.
Llis
Barray!(elem*) Llis;
Undocumented in source.
Lloop
vec_t Lloop;
Undocumented in source.
Lopeqlist
Rarray!Iv Lopeqlist;
Undocumented in source.
Lpreheader
block* Lpreheader;
Undocumented in source.
Ltail
block* Ltail;
Undocumented in source.

Meta