Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DSimplify.cpp312 isl::map OtherAccRel = in coalesceWrites() local
318 if (!OtherAccRel.is_subset(AllowedAccesses).is_true()) in coalesceWrites()
323 isl::map NewAccRel = AccRel.unite(OtherAccRel); in coalesceWrites()