Searched refs:intersectRange (Results 1 – 6 of 6) sorted by relevance
91 copyRel.intersectRange(poly); in TEST()
501 isl::map intersectRange(isl::map Map, isl::union_set Range);
541 void intersectRange(const IntegerPolyhedron &poly);
397 auto AccRel = intersectRange(getAccessRelationFor(MA), CompatibleElts); in addArrayReadAccess()453 isl::map AccRel = intersectRange(getAccessRelationFor(MA), CompatibleElts); in addArrayWriteAccess()
2183 void IntegerRelation::intersectRange(const IntegerPolyhedron &poly) { in intersectRange() function in IntegerRelation2223 intersectRange(IntegerPolyhedron(copyRel)); in compose()
523 isl::map polly::intersectRange(isl::map Map, isl::union_set Range) { in intersectRange() function in polly