Searched refs:thenRegion (Results 1 – 2 of 2) sorted by relevance
813 Region *thenRegion = result.addRegion(); in parse() local826 if (parser.parseRegion(*thenRegion, /*arguments=*/{}, /*argTypes=*/{})) in parse()829 if (ensureRegionTerm(parser, *thenRegion, parseThenLoc).failed()) in parse()849 mlir::Region &thenRegion = this->getThenRegion(); in print() local850 p.printRegion(thenRegion, in print()852 /*printBlockTerminators=*/!omitRegionTerm(thenRegion)); in print()906 Region *thenRegion = result.addRegion(); in build() local907 builder.createBlock(thenRegion); in build()
544 let regions = (region AnyRegion:$thenRegion, AnyRegion:$elseRegion);