vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
PhiIterator
vox
ir
ir_basic_block
Undocumented in source.
struct
PhiIterator {
IrFunction
*
ir
;
IrBasicBlock
*
block
;
int
opApply
(int delegate(IrIndex, ref IrPhi) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(IrIndex, ref IrPhi) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
block
IrBasicBlock
*
block
;
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