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

Declarations

tools/polly/include/polly/ScopInfo.h
 2732   MemoryAccess *getPHIRead(const ScopArrayInfo *SAI) const;

References

tools/polly/lib/Support/VirtualInstruction.cpp
   41         IncomingMA = S->getPHIRead(SAI);
tools/polly/lib/Transform/DeLICM.cpp
  583       auto *MA = S->getPHIRead(SAI);
  843     auto *PHIRead = S->getPHIRead(SAI);
  984     auto *PHIRead = S->getPHIRead(SAI);
tools/polly/lib/Transform/MaximalStaticExpansion.cpp
  179     auto Read = S.getPHIRead(SAI);
  421   auto Read = S.getPHIRead(SAI);
tools/polly/lib/Transform/ZoneAlgo.cpp
  556   isl::map PHIReadScatter = getScatterFor(S->getPHIRead(SAI));