Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DSimplify.cpp294 isl::map AllowedAccesses = AccRel.unite(UndefAnything); in coalesceWrites() local
299 isl::map::from_domain_and_range(AllowedAccesses.wrap(), ValSet); in coalesceWrites()
318 if (!OtherAccRel.is_subset(AllowedAccesses).is_true()) in coalesceWrites()