Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/
H A DScopDetection.h90 struct ArrayShape { struct
97 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument
104 std::shared_ptr<ArrayShape> Shape;
109 MemAcc(const Instruction *I, std::shared_ptr<ArrayShape> S) in MemAcc()
282 std::shared_ptr<ArrayShape> Shape) const;
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp986 std::shared_ptr<ArrayShape> Shape) const { in computeAccessFunctions()
1040 auto Shape = std::shared_ptr<ArrayShape>(new ArrayShape(BasePointer)); in hasBaseAffineAccesses()