Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/DeLICM/
Dnomap_spuriouswrite.ll14 ; The MAY_WRITE in reduction.exit.true avoids that anything can be mapped to
15 ; A[j] because it would be overwritten by that MAY_WRITE just before the final
16 ; MUST_WRITE. Also nothing can be map to the MAY_WRITE itself because it is a
17 ; MAY_WRITE.
Dnomap_writewrite.ll14 ; The MAY_WRITE in reduction.for.true conflict with a write of %phi to
15 ; A[j] if %phi would be mapped to it. Being a MAY_WRITE avoids being target
18 ; TODO: There is actually no reason why these conflict. The MAY_WRITE is an
/external/llvm-project/polly/include/polly/
DScopInfo.h451 MAY_WRITE = 0x3, enumerator
762 bool isMayWrite() const { return AccType == MemoryAccess::MAY_WRITE; } in isMayWrite()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1828 auto AccType = ReadOnly ? MemoryAccess::READ : MemoryAccess::MAY_WRITE; in buildAccessCallInst()
1887 AccType = MemoryAccess::MAY_WRITE; in buildAccessSingleDim()
2297 AccType = MemoryAccess::MAY_WRITE; in addMemoryAccess()
DScopInfo.cpp957 case MAY_WRITE: in print()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2661 return isl_union_map_union(getTaggedAccesses(MemoryAccess::MAY_WRITE), in getTaggedMayWrites()