vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
BlockIterator
vox
ir
ir_function
Undocumented in source.
struct
BlockIterator {
IrFunction
*
ir
;
int
opApply
(int delegate(IrIndex, ref IrBasicBlock) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(IrIndex, ref IrBasicBlock) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ir
IrFunction
*
ir
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_function
functions
appendIrStorage
dupIrStorage
dupSingleIrStorage
removeInstruction
removePhi
removeUser
replaceInstruction
structs
BlockIterator
BlockReverseIterator
IrFuncStorage
IrFunction
VregIterator