- global_pass
CompilePassGlobal global_pass(string name, GlobalPassFun run, CompilePassPerModule[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- global_pass
CompilePassGlobal global_pass(string name, ModulePassFun run, CompilePassPerFunction[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- global_pass
CompilePassGlobal global_pass(string name, GlobalPassFun run, CompilePassPerFunction[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- global_pass
CompilePassGlobal global_pass(string name, FunctionPassFun run)
Undocumented in source. Be warned that the author may not have intended to support it.
- pass_write_binary
void pass_write_binary(CompilationContext context, CompilePassPerModule[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- run_global_pass
void run_global_pass(CompilationContext context, CompilePassPerModule[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- run_ir_to_lir_liveness_and_reg_alloc
void run_ir_to_lir_liveness_and_reg_alloc(CompilationContext context, CompilePassPerModule[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- run_module_pass
void run_module_pass(CompilationContext context, ModuleDeclNode mod, CompilePassPerFunction[] subPasses)
Undocumented in source. Be warned that the author may not have intended to support it.
- write_bundle
void write_bundle(CompilationContext context)
Undocumented in source. Be warned that the author may not have intended to support it.