Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp117 isl_union_set *&TaggedStmtDomain, in collectInfo() argument
182 TaggedStmtDomain = isl_union_map_domain(StmtSchedule); in collectInfo()
314 isl_union_set *TaggedStmtDomain; in calculateDependences() local
318 collectInfo(S, Read, MustWrite, MayWrite, ReductionTagMap, TaggedStmtDomain, in calculateDependences()
327 dbgs() << "TaggedStmtDomain: " << TaggedStmtDomain << '\n';); in calculateDependences()
336 isl_union_set_unwrap(isl_union_set_copy(TaggedStmtDomain)); in calculateDependences()
353 IdentityMap = isl_union_set_identity(isl_union_set_copy(TaggedStmtDomain)); in calculateDependences()
495 TC_RED = isl_union_map_empty(isl_union_set_get_space(TaggedStmtDomain)); in calculateDependences()
496 isl_union_set_free(TaggedStmtDomain); in calculateDependences()
503 isl_union_map_copy(RAW), isl_union_set_copy(TaggedStmtDomain)); in calculateDependences()
[all …]