ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
loop
dmd
backend
gloop
Loop data structure.
version(COMPILE)
nothrow extern (
C
++)
struct
loop {
nothrow
loop
*
Lnext
;
nothrow
vec_t
Lloop
;
nothrow
vec_t
Lexit
;
nothrow
block
*
Lhead
;
nothrow
block
*
Ltail
;
nothrow
block
*
Lpreheader
;
nothrow
list_t
Llis
;
nothrow
Iv
*
Livlist
;
nothrow
Iv
*
Lopeqlist
;
void
print
()
;
static
loop
*
mycalloc
()
;
nothrow __gshared
loop
*
freelist
;
}
Members
Functions
print
void
print
()
Write loop.
Static functions
mycalloc
loop
*
mycalloc
()
Allocate loop.
Meta
Source
See Implementation
dmd
backend
gloop
functions
blockinit
compdom
dom
el_length
fillInDNunambig
loopopt
updaterd
structs
Iv
UnrollWalker
famlist
loop
Loop data structure.