Beaver.MLIR.Region (beaver v0.4.2)

This module defines functions working with MLIR Region.

Summary

Types

t()

@type t() :: %Beaver.MLIR.Region{ref: term()}

Functions

append(region, block)

See Beaver.MLIR.CAPI.mlirRegionAppendOwnedBlock/2.

insert(region, index, block)

See Beaver.MLIR.CAPI.mlirRegionInsertOwnedBlock/3.

make(value)

under(region, f)