Searched refs:ReductionTagMap (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | DependenceInfo.cpp | 115 isl_union_map *&ReductionTagMap, in collectInfo() argument 122 ReductionTagMap = isl_union_map_empty(isl_space_copy(Space)); in collectInfo() 151 ReductionTagMap = in collectInfo() 152 isl_union_map_add_map(ReductionTagMap, isl_map_copy(accdom)); in collectInfo() 183 ReductionTagMap = isl_union_map_coalesce(ReductionTagMap); in collectInfo() 311 isl_union_map *Read, *MustWrite, *MayWrite, *ReductionTagMap; in calculateDependences() local 317 collectInfo(S, Read, MustWrite, MayWrite, ReductionTagMap, TaggedStmtDomain, in calculateDependences() 320 bool HasReductions = !isl_union_map_is_empty(ReductionTagMap); in calculateDependences() 325 dbgs() << "ReductionTagMap: " << ReductionTagMap << '\n'; in calculateDependences() 331 isl_union_map_free(ReductionTagMap); in calculateDependences() [all …]
|