IrBuilder.begin

Must be called before compilation of each function. Allows reusing temp buffers. Sets up entry and exit basic blocks.

struct IrBuilder
void
begin
(
IrFunction* ir
,
CompilationContext* context
)

Meta