Home
last modified time | relevance | path

Searched refs:ArrayShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h92 struct ArrayShape { struct
99 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument
106 std::shared_ptr<ArrayShape> Shape;
111 MemAcc(const Instruction *I, std::shared_ptr<ArrayShape> S) in MemAcc()
279 std::shared_ptr<ArrayShape> Shape) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp991 std::shared_ptr<ArrayShape> Shape) const { in computeAccessFunctions()
1044 auto Shape = std::shared_ptr<ArrayShape>(new ArrayShape(BasePointer)); in hasBaseAffineAccesses()