Searched refs:RestrictDomain (Results 1 – 2 of 2) sorted by relevance
207 isl::map makeIdentityMap(const isl::set &Set, bool RestrictDomain);223 isl::union_map makeIdentityMap(const isl::union_set &USet, bool RestrictDomain);
182 isl::map polly::makeIdentityMap(const isl::set &Set, bool RestrictDomain) { in makeIdentityMap() argument184 if (RestrictDomain) in makeIdentityMap()190 bool RestrictDomain) { in makeIdentityMap() argument193 isl::map IdentityMap = makeIdentityMap(Set, RestrictDomain); in makeIdentityMap()