Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DMaximalStaticExpansion.cpp447 SmallPtrSet<MemoryAccess *, 4> AllReads; in runOnScop() local
448 if (!isExpandable(SAI, AllWrites, AllReads, S, Dependences)) in runOnScop()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
DZoneAlgo.cpp397 AllReads = AllReads.add_map(AccRel); in addArrayReadAccess()
958 AllReads = makeEmptyUnionMap(); in computeCommon()
1105 isl::union_set AllAccessedElts = AllReads.range().unite(AllWrites.range()); in computeKnownFromLoad()
1135 isl::union_map Reads = AllReads.range_product(Schedule).reverse(); in computeKnownFromLoad()
DDeLICM.cpp1128 auto ArrayUnused = computeArrayUnused(Schedule, AllMustWrites, AllReads, in computeLifetime()
/external/llvm-project/polly/include/polly/
DZoneAlgo.h79 isl::union_map AllReads; variable