Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp455 AllMustWrites = AllMustWrites.add_map(AccRel); in addArrayWriteAccess()
960 AllMustWrites = makeEmptyUnionMap(); in computeCommon()
983 AllWrites = AllMustWrites.unite(AllMayWrites); in computeCommon()
DDeLICM.cpp1128 auto ArrayUnused = computeArrayUnused(Schedule, AllMustWrites, AllReads, in computeLifetime()
/external/llvm-project/polly/include/polly/
DZoneAlgo.h91 isl::union_map AllMustWrites; variable