Searched refs:unionBoundingBox (Results 1 – 5 of 5) sorted by relevance
263 LogicalResult unionBoundingBox(const MemRefRegion &other);
409 LogicalResult unionBoundingBox(const FlatAffineConstraints &other);
213 LogicalResult MemRefRegion::unionBoundingBox(const MemRefRegion &other) { in unionBoundingBox() function in MemRefRegion215 return cst.unionBoundingBox(*other.getConstraints()); in unionBoundingBox()690 failed(sliceUnionCst.unionBoundingBox(tmpSliceCst))) { in computeSliceUnion()1013 } else if (failed(it->second->unionBoundingBox(*region))) { in getMemoryFootprintBytes()
2789 FlatAffineConstraints::unionBoundingBox(const FlatAffineConstraints &otherCst) { in unionBoundingBox() function in FlatAffineConstraints
2742 if (failed(it->second->unionBoundingBox(*region))) { in affineDataCopyGenerate()