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

References

tools/polly/include/polly/ScopInfo.h
 1449     MemoryAccess *ArrayAccess = getArrayAccessOrNULLFor(Inst);
tools/polly/lib/Analysis/ScopBuilder.cpp
 2749       if (Stmt.getArrayAccessOrNULLFor(LI)) {
tools/polly/lib/Analysis/ScopInfo.cpp
 1996   return BasePtrStmt->getArrayAccessOrNULLFor(PointerBaseInst);
tools/polly/lib/CodeGen/BlockGenerators.cpp
  378     if (!Stmt.getArrayAccessOrNULLFor(Store))
 1310       if (!Stmt.getArrayAccessOrNULLFor(Store))
tools/polly/lib/Transform/ForwardOpTree.cpp
  412     MemoryAccess *Access = TargetStmt->getArrayAccessOrNULLFor(LI);