Lines Matching refs:union_map
76 const isl::union_map &Dependences);
89 isl::union_map filterDependences(Scop &S,
90 const isl::union_map &MapDependences,
103 const isl::union_map &Dependences, ScopArrayInfo *ExpandedSAI,
112 const isl::union_map &Dependences);
132 isl::union_map MaximalStaticExpander::filterDependences( in filterDependences()
133 Scop &S, const isl::union_map &Dependences, MemoryAccess *MA) { in filterDependences()
139 isl::union_map MapDependences = isl::union_map::empty(S.getParamSpace()); in filterDependences()
173 const isl::union_map &Dependences) { in isExpandable()
212 auto StmtReads = isl::union_map::empty(S.getParamSpace()); in isExpandable()
213 auto StmtWrites = isl::union_map::empty(S.getParamSpace()); in isExpandable()
222 auto AccRel = isl::union_map(MA->getAccessRelation()); in isExpandable()
316 const isl::union_map &Dependences, in mapAccess()
328 isl::union_map MapDependences = in mapAccess()
418 const isl::union_map &Dependences) { in expandPhi()
440 isl::union_map Dependences = D.getDependences(Dependences::TYPE_RAW); in runOnScop()