- appendIrStorage
void appendIrStorage(IrFunction* mainIr, IrFunction* irToCopy, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- dupIrStorage
void dupIrStorage(IrFunction* ir, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- dupSingleIrStorage
void dupSingleIrStorage(Arena!T arena, T* ptr, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeInstruction
void removeInstruction(IrFunction* ir, IrIndex instrIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- removePhi
void removePhi(CompilationContext* context, IrFunction* ir, IrIndex phiIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeUser
void removeUser(CompilationContext* context, IrFunction* ir, IrIndex user, IrIndex used)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceInstruction
void replaceInstruction(IrFunction* ir, IrIndex instrIndex, IrIndex replaceBy)
Undocumented in source. Be warned that the author may not have intended to support it.