Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DISLTools.cpp184 isl::map IdentityMap = isl::map::identity(Set.get_space().map_from_set()); in makeIdentityMap() local
186 IdentityMap = IdentityMap.intersect_domain(Set); in makeIdentityMap()
187 Result = Result.add_map(IdentityMap); in makeIdentityMap()
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp341 isl_union_map *IdentityMap; in calculateDependences() local
353 IdentityMap = isl_union_set_identity(isl_union_set_copy(TaggedStmtDomain)); in calculateDependences()
354 IdentityTags = isl_union_pw_multi_aff_from_union_map(IdentityMap); in calculateDependences()