|
Polly 22.0.0git
|
#include <ScopDetection.h>
Public Member Functions | |
| MemAcc (const Instruction *I, std::shared_ptr< ArrayShape > S) | |
Public Attributes | |
| const Instruction * | Insn |
| std::shared_ptr< ArrayShape > | Shape |
| SmallVector< const SCEV *, 4 > | DelinearizedSubscripts |
Definition at line 100 of file ScopDetection.h.
|
inline |
Definition at line 109 of file ScopDetection.h.
| SmallVector<const SCEV *, 4> polly::MemAcc::DelinearizedSubscripts |
Definition at line 107 of file ScopDetection.h.
Referenced by polly::ScopDetection::computeAccessFunctions().
| const Instruction* polly::MemAcc::Insn |
Definition at line 101 of file ScopDetection.h.
Referenced by MemAcc().
| std::shared_ptr<ArrayShape> polly::MemAcc::Shape |
Definition at line 104 of file ScopDetection.h.
Referenced by MemAcc().