|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/include/polly/ScopInfo.h 860 const ScopArrayInfo *getLatestScopArrayInfo() const;
References
tools/polly/include/polly/ScopInfo.h 949 return getLatestScopArrayInfo()->getKind();
tools/polly/lib/Analysis/ScopBuilder.cpp 2457 const_cast<ScopArrayInfo *>(MemAcc->getLatestScopArrayInfo());
3163 if (Access->getLatestScopArrayInfo() != Old)
tools/polly/lib/CodeGen/BlockGenerators.cpp 472 return getOrCreateAlloca(Access.getLatestScopArrayInfo());
tools/polly/lib/CodeGen/IslAst.cpp 705 P, MemAcc->getLatestScopArrayInfo()->getName().c_str());
tools/polly/lib/CodeGen/IslNodeBuilder.cpp 250 auto *BasePtr = Access->getLatestScopArrayInfo()->getBasePtr();
847 if (MA->getLatestScopArrayInfo()->getBasePtrOriginSAI())
851 dyn_cast<Instruction>(MA->getLatestScopArrayInfo()->getBasePtr());
tools/polly/lib/Transform/DeLICM.cpp 674 if (!DefMA->getLatestScopArrayInfo()->isValueKind())
848 if (!PHIRead->getLatestScopArrayInfo()->isPHIKind())
tools/polly/lib/Transform/MaximalStaticExpansion.cpp 133 auto SAI = MA->getLatestScopArrayInfo();
216 if (SAI != MA->getLatestScopArrayInfo())
391 auto ElementType = MA->getLatestScopArrayInfo()->getElementType();
tools/polly/lib/Transform/ScheduleOptimizer.cpp 1280 Node, MMI.WriteToC->getLatestScopArrayInfo()->getBasePtr());
tools/polly/lib/Transform/ZoneAlgo.cpp 427 AccVal->getType() == MA->getLatestScopArrayInfo()->getElementType() &&
436 Type *Ty = MA->getLatestScopArrayInfo()->getElementType();