ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
Schedule
dmd
backend
cgsched
version(COMPILE)
extern (
C
++) nothrow
struct
Schedule {
nothrow
Cinfo
*[
TBLMAX
]
tbl
;
nothrow
int
tblmax
;
nothrow
Cinfo
[
TBLMAX
]
cinfo
;
nothrow
int
cinfomax
;
nothrow
Barray
!(
Cinfo
*)
stagelist
;
nothrow
int
fpustackused
;
int
insert
(
Cinfo
*
ci
)
;
bool
stage
(
code
*
c
)
;
}
Members
Functions
insert
int
insert
(
Cinfo
*
ci
)
Insert c into scheduling table.
stage
bool
stage
(
code
*
c
)
Insert c into staging area.
Meta
Source
See Implementation
dmd
backend
cgsched
enums
EA
functions
cgsched_block
simpleops
structs
Schedule