reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/include/polly/ScopInfo.h
  776   bool isMayWrite() const { return AccType == MemoryAccess::MAY_WRITE; }
tools/polly/lib/Analysis/ScopBuilder.cpp
 1821     auto AccType = ReadOnly ? MemoryAccess::READ : MemoryAccess::MAY_WRITE;
 1880     AccType = MemoryAccess::MAY_WRITE;
 2290     AccType = MemoryAccess::MAY_WRITE;
tools/polly/lib/Analysis/ScopInfo.cpp
  955   case MAY_WRITE: