Searched refs:ReductionTagMap (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/Analysis/ |
D | DependenceInfo.cpp | 116 isl_union_map *&ReductionTagMap, in collectInfo() argument 123 ReductionTagMap = isl_union_map_empty(isl_space_copy(Space)); in collectInfo() 152 ReductionTagMap = in collectInfo() 153 isl_union_map_add_map(ReductionTagMap, isl_map_copy(accdom)); in collectInfo() 184 ReductionTagMap = isl_union_map_coalesce(ReductionTagMap); in collectInfo() 312 isl_union_map *Read, *MustWrite, *MayWrite, *ReductionTagMap; in calculateDependences() local 318 collectInfo(S, Read, MustWrite, MayWrite, ReductionTagMap, TaggedStmtDomain, in calculateDependences() 321 bool HasReductions = !isl_union_map_is_empty(ReductionTagMap); in calculateDependences() 326 dbgs() << "ReductionTagMap: " << ReductionTagMap << '\n'; in calculateDependences() 332 isl_union_map_free(ReductionTagMap); in calculateDependences() [all …]
|