vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IrPhi
vox
ir
ir_phi
@
IrValueKind
.
phi
struct
IrPhi {
IrIndex
blockIndex
;
IrIndex
result
;
IrIndex
var
;
IrIndex
nextPhi
;
IrIndex
prevPhi
;
IrSmallArray
args
;
bool
isRemoved
();
}
Members
Functions
isRemoved
bool
isRemoved
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
IrSmallArray
args
;
Undocumented in source.
blockIndex
IrIndex
blockIndex
;
Undocumented in source.
nextPhi
IrIndex
nextPhi
;
Undocumented in source.
prevPhi
IrIndex
prevPhi
;
Undocumented in source.
result
IrIndex
result
;
Undocumented in source.
var
IrIndex
var
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_phi
structs
IrPhi