loop

Loop data structure.

version(COMPILE)
nothrow @safe extern (C++)
struct loop {
nothrow
vec_t Lloop;
nothrow
vec_t Lexit;
nothrow
block* Lhead;
nothrow
block* Ltail;
nothrow
block* Lpreheader;
nothrow
Barray!(elem*) Llis;
nothrow
Rarray!Iv Livlist;
nothrow
Rarray!Iv Lopeqlist;
}

Members

Functions

print
void print()

Write loop.

reset
void reset()

Reset memory so this allocation can be re-used.

Suggestion Box / Bug Report