Polly 20.0.0git
|
Helper structure for invariant memory accesses. More...
#include <ScopInfo.h>
Public Attributes | |
MemoryAccess * | MA |
The memory access that is (partially) invariant. | |
isl::set | NonHoistableCtx |
The context under which the access is not invariant. | |
Helper structure for invariant memory accesses.
Definition at line 1094 of file ScopInfo.h.
MemoryAccess* polly::InvariantAccess::MA |
The memory access that is (partially) invariant.
Definition at line 1096 of file ScopInfo.h.
isl::set polly::InvariantAccess::NonHoistableCtx |
The context under which the access is not invariant.
Definition at line 1099 of file ScopInfo.h.