Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/Support/
H A DISLTools.h207 isl::map makeIdentityMap(const isl::set &Set, bool RestrictDomain);
223 isl::union_map makeIdentityMap(const isl::union_set &USet, bool RestrictDomain);
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp182 isl::map polly::makeIdentityMap(const isl::set &Set, bool RestrictDomain) { in makeIdentityMap() argument
184 if (RestrictDomain) in makeIdentityMap()
190 bool RestrictDomain) { in makeIdentityMap() argument
193 isl::map IdentityMap = makeIdentityMap(Set, RestrictDomain); in makeIdentityMap()