Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp774 auto NewAccRel = UseTarget.intersect_domain(Domain); in mapValue() local
775 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() local
976 simplify(NewAccRel); in mapPHI()
980 isl::map NewAccRelMap = singleton(NewAccRel, NewAccRelSpace); in mapPHI()
DSimplify.cpp323 isl::map NewAccRel = AccRel.unite(OtherAccRel); in coalesceWrites() local
324 simplify(NewAccRel); in coalesceWrites()
328 OtherMA->setNewAccessRelation(NewAccRel); in coalesceWrites()