Searched refs:AllReads (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | MaximalStaticExpansion.cpp | 425 SmallPtrSet<MemoryAccess *, 4> AllReads; in expand() local 426 if (!isExpandable(SAI, AllWrites, AllReads, S)) in expand() 435 mapAccess(AllReads, Dependences, ExpandedArray, true); in expand()
|
| H A D | ZoneAlgo.cpp | 398 AllReads = AllReads.unite(AccRel); in addArrayReadAccess() 965 AllReads = makeEmptyUnionMap(); in computeCommon() 1114 isl::union_set AllAccessedElts = AllReads.range().unite(AllWrites.range()); in computeKnownFromLoad() 1144 isl::union_map Reads = AllReads.range_product(Schedule).reverse(); in computeKnownFromLoad()
|
| H A D | DeLICM.cpp | 1136 auto ArrayUnused = computeArrayUnused(Schedule, AllMustWrites, AllReads, in computeLifetime()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ZoneAlgo.h | 79 isl::union_map AllReads; variable
|