sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
SwitchTable
d
ir
instruction
Undocumented in source.
struct
SwitchTable {
BasicBlockRef
defaultBlock
;
uint
entryCount
;
inout
(
CaseEntry
)[]
cases
[@property getter];
}
Members
Properties
cases
inout
(
CaseEntry
)[]
cases
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
defaultBlock
BasicBlockRef
defaultBlock
;
Undocumented in source.
entryCount
uint
entryCount
;
Undocumented in source.
Meta
Source
See Implementation
d
ir
instruction
enums
OpCode
Terminator
functions
range
structs
BasicBlock
BasicBlockRef
Body
CaseEntry
CatchPad
CatchTable
Instruction
SwitchTable