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

References

tools/polly/include/polly/ScopBuilder.h
  544                                 MemoryAccess::AccessType AccType,
  565                       MemoryAccess::AccessType AccType, Value *BaseAddress,
tools/polly/include/polly/ScopInfo.h
  495   enum AccessType AccType;
  720   MemoryAccess(ScopStmt *Stmt, Instruction *AccessInst, AccessType AccType,
  735   MemoryAccess(ScopStmt *Stmt, AccessType AccType, isl::map AccRel);
  764   enum AccessType getType() { return AccType; }
tools/polly/lib/Analysis/ScopBuilder.cpp
 1608   enum MemoryAccess::AccessType AccType =
 1681   enum MemoryAccess::AccessType AccType =
 1821     auto AccType = ReadOnly ? MemoryAccess::READ : MemoryAccess::MAY_WRITE;
 1846   enum MemoryAccess::AccessType AccType =
 2263     ScopStmt *Stmt, Instruction *Inst, MemoryAccess::AccessType AccType,
 2301                                  MemoryAccess::AccessType AccType,
tools/polly/lib/Analysis/ScopInfo.cpp
  886                            AccessType AccType, Value *BaseAddress,
  904 MemoryAccess::MemoryAccess(ScopStmt *Stmt, AccessType AccType, isl::map AccRel)
 1212       new MemoryAccess(this, MemoryAccess::AccessType::MUST_WRITE, TargetRel);
 1216   Access = new MemoryAccess(this, MemoryAccess::AccessType::READ, SourceRel);