Function mlir_sys::mlirRegionEqual
source · pub unsafe extern "C" fn mlirRegionEqual(
region: MlirRegion,
other: MlirRegion
) -> bool
Expand description
Checks whether two region handles point to the same region. This does not perform deep comparison.