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

Declarations

tools/polly/include/polly/ScopInfo.h
 2722   MemoryAccess *getValueDef(const ScopArrayInfo *SAI) const;

References

tools/polly/lib/Support/VirtualInstruction.cpp
  333           MemoryAccess *DefAcc = S->getValueDef(SAI);
  337             WorklistAccs.push_back(S->getValueDef(SAI));
tools/polly/lib/Transform/DeLICM.cpp
  555       auto *MA = S->getValueDef(SAI);
  627     auto *DefMA = S->getValueDef(SAI);
  667     auto *DefMA = S->getValueDef(SAI);
  780     auto *WA = S->getValueDef(SAI);
 1080         auto *DefAcc = S->getValueDef(SAI);
tools/polly/lib/Transform/MaximalStaticExpansion.cpp
  174     Writes.insert(S.getValueDef(SAI));