vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
InstrIterator
vox
ir
ir_basic_block
Undocumented in source.
struct
InstrIterator {
IrFunction
*
ir
;
IrIndex
firstInstr
;
int
opApply
(int delegate(IrIndex, ref IrInstrHeader) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(IrIndex, ref IrInstrHeader) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
firstInstr
IrIndex
firstInstr
;
Undocumented in source.
ir
IrFunction
*
ir
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_basic_block
functions
concatBlockInstructions
fixBlockPreds
fixBlockSucc
isCriticalEdge
linkSingleBlockBefore
makeBlocksSequential
moveBlockAfter
removeAllInstrs
removeAllPhis
removeBlockFromChain
structs
InstrIterator
InstrReverseIterator
IrBasicBlock
PhiIterator