Home
last modified time | relevance | path

Searched defs:DetectionContext (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/include/polly/
DScopDetection.h121 struct DetectionContext { struct
122 Region &CurRegion; // The region to check.
123 AliasSetTracker AST; // The AliasSetTracker to hold the alias information.
124 bool Verifying; // If we are in the verification phase?
127 RejectLog Log;
133 BaseToAFs Accesses;
139 SetVector<std::pair<const SCEVUnknown *, Loop *>> NonAffineAccesses;
140 BaseToElSize ElementSize;
164 /// Initialize a DetectionContext from scratch. argument
165 DetectionContext(Region &R, AAResults &AA, bool Verify) in DetectionContext() argument
[all …]