Polly 20.0.0git
|
Helper struct to remember assumptions. More...
#include <ScopHelper.h>
Public Attributes | |
AssumptionKind | Kind |
The kind of the assumption (e.g., WRAPPING). | |
AssumptionSign | Sign |
Flag to distinguish assumptions and restrictions. | |
isl::set | Set |
The valid/invalid context if this is an assumption/restriction. | |
llvm::DebugLoc | Loc |
The location that caused this assumption. | |
llvm::BasicBlock * | BB |
An optional block whose domain can simplify the assumption. | |
bool | RequiresRTC |
Helper struct to remember assumptions.
Definition at line 60 of file ScopHelper.h.
llvm::BasicBlock* polly::Assumption::BB |
An optional block whose domain can simplify the assumption.
Definition at line 74 of file ScopHelper.h.
AssumptionKind polly::Assumption::Kind |
The kind of the assumption (e.g., WRAPPING).
Definition at line 62 of file ScopHelper.h.
llvm::DebugLoc polly::Assumption::Loc |
The location that caused this assumption.
Definition at line 71 of file ScopHelper.h.
bool polly::Assumption::RequiresRTC |
Definition at line 77 of file ScopHelper.h.
isl::set polly::Assumption::Set |
The valid/invalid context if this is an assumption/restriction.
Definition at line 68 of file ScopHelper.h.
AssumptionSign polly::Assumption::Sign |
Flag to distinguish assumptions and restrictions.
Definition at line 65 of file ScopHelper.h.