Polly 19.0.0git
Public Attributes | List of all members
polly::InvariantAccess Struct Reference

Helper structure for invariant memory accesses. More...

#include <ScopInfo.h>

Public Attributes

MemoryAccessMA
 The memory access that is (partially) invariant.
 
isl::set NonHoistableCtx
 The context under which the access is not invariant.
 

Detailed Description

Helper structure for invariant memory accesses.

Definition at line 1092 of file ScopInfo.h.

Member Data Documentation

◆ MA

MemoryAccess* polly::InvariantAccess::MA

The memory access that is (partially) invariant.

Definition at line 1094 of file ScopInfo.h.

◆ NonHoistableCtx

isl::set polly::InvariantAccess::NonHoistableCtx

The context under which the access is not invariant.

Definition at line 1097 of file ScopInfo.h.


The documentation for this struct was generated from the following file: