Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp458 AllMayWrites = AllMayWrites.add_map(AccRel); in addArrayWriteAccess()
959 AllMayWrites = makeEmptyUnionMap(); in computeCommon()
983 AllWrites = AllMustWrites.unite(AllMayWrites); in computeCommon()
/external/llvm-project/polly/include/polly/
DZoneAlgo.h87 isl::union_map AllMayWrites; variable