Searched refs:otherRegion (Results 1 – 7 of 7) sorted by relevance
45 uregion_areEqual(const URegion* uregion, const URegion* otherRegion) in uregion_areEqual() argument47 return ( (void*)uregion == (void*)otherRegion ); in uregion_areEqual()82 uregion_contains(const URegion* uregion, const URegion* otherRegion) in uregion_contains() argument84 return ((Region*)uregion)->contains(*((Region*)otherRegion)); in uregion_contains()
160 uregion_areEqual(const URegion* uregion, const URegion* otherRegion);214 uregion_contains(const URegion* uregion, const URegion* otherRegion);
1447 if (op.getNumResults() != 0 && op.otherRegion().empty()) in verify()1464 auto &otherReg = op.otherRegion(); in print()
1994 AnyRegion:$otherRegion2011 assert(!otherRegion().empty() && "Unexpected empty 'other' region.");2012 mlir::Block &body = otherRegion().front();
420 builder.setInsertionPointToStart(&whereOp.otherRegion().front()); in genIoLoop()