Home
last modified time | relevance | path

Searched refs:thenRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp813 Region *thenRegion = result.addRegion(); in parse() local
826 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() local
850 p.printRegion(thenRegion, in print()
852 /*printBlockTerminators=*/!omitRegionTerm(thenRegion)); in print()
906 Region *thenRegion = result.addRegion(); in build() local
907 builder.createBlock(thenRegion); in build()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td544 let regions = (region AnyRegion:$thenRegion, AnyRegion:$elseRegion);