Searched refs:NewAccRel (Results 1 – 2 of 2) sorted by relevance
774 auto NewAccRel = UseTarget.intersect_domain(Domain); in mapValue() local775 simplify(NewAccRel); in mapValue()777 assert(isl_union_map_n_map(NewAccRel.get()) == 1); in mapValue()778 MA->setNewAccessRelation(isl::map::from_union_map(NewAccRel)); in mapValue()975 auto NewAccRel = WriteTarget.intersect_domain(Domain); in mapPHI() local976 simplify(NewAccRel); in mapPHI()980 isl::map NewAccRelMap = singleton(NewAccRel, NewAccRelSpace); in mapPHI()
323 isl::map NewAccRel = AccRel.unite(OtherAccRel); in coalesceWrites() local324 simplify(NewAccRel); in coalesceWrites()328 OtherMA->setNewAccessRelation(NewAccRel); in coalesceWrites()