- alloca
void alloca(Location location, Variable v)
Undocumented in source. Be warned that the author may not have intended to support it.
- branch
void branch(Location location, BasicBlockRef dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- branch
void branch(Location location, Expression cond, BasicBlockRef ifTrue, BasicBlockRef ifFalse)
Undocumented in source. Be warned that the author may not have intended to support it.
- declare
void declare(Location location, Symbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy(Location location, Variable v)
Undocumented in source. Be warned that the author may not have intended to support it.
- doCatch
void doCatch(Location location, CatchTable* catchTable)
Undocumented in source. Be warned that the author may not have intended to support it.
- doSwitch
void doSwitch(Location location, Expression e, SwitchTable* switchTable)
Undocumented in source. Be warned that the author may not have intended to support it.
- doThrow
void doThrow(Location location, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- eval
void eval(Location location, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- halt
void halt(Location location, Expression msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- ret
void ret(Location location, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.