Searched refs:else_region (Results 1 – 7 of 7) sorted by relevance
101 Region& else_region = op.else_branch(); in matchAndRewrite() local106 createScfThenOrElse(else_region, scf_if_op.getElseRegion(), in matchAndRewrite()
1222 Region ®ion = *cond ? op.then_region() : op.else_region(); in GetIfLikeRegionOpSuccessorRegions()1228 regions.emplace_back(&op.else_region(), in GetIfLikeRegionOpSuccessorRegions()1229 GetLoopRegionDataArgs(op.else_region())); in GetIfLikeRegionOpSuccessorRegions()
561 SizedRegion<1>:$else_region);565 Block &else_block() { return else_region().front(); }627 $else_region
833 if (HasNestedRegions(op.then_region()) || HasNestedRegions(op.else_region())) in matchAndRewrite()852 {op.else_region(), op.else_region_attrsAttr(), in matchAndRewrite()
350 this->CloneAndRename(else_func.body(), region_op.else_region(), else_bv); in matchAndRewrite()
3474 Region *else_reg = &else_region(); in getSuccessorRegions()
5017 let regions = (region SizedRegion<1>:$then_region, AnyRegion:$else_region);