- createFunction
IrFunction createFunction()
Undocumented in source. Be warned that the author may not have intended to support it.
- example1
void example1()
Undocumented in source. Be warned that the author may not have intended to support it.
- example2
void example2()
Undocumented in source. Be warned that the author may not have intended to support it.
- main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeBranch
IrInstruction makeBranch(IrRef arg0)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeInstr0
IrInstruction makeInstr0(IrOpcode op, IrValueType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeInstr1
IrInstruction makeInstr1(IrOpcode op, IrValueType type, IrRef arg0)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeInstr2
IrInstruction makeInstr2(IrOpcode op, IrValueType type, IrRef arg0, IrRef arg1)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeInstrCmp
IrInstruction makeInstrCmp(IrCond cond, IrRef arg0, IrRef arg1)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeJump
IrInstruction makeJump()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeInPlace
T[] removeInPlace(T[] array, T what)
Undocumented in source. Be warned that the author may not have intended to support it.
- testSign
void testSign()
Undocumented in source. Be warned that the author may not have intended to support it.