Searched defs:DetectionContext (Results 1 – 1 of 1) sorted by relevance
121 struct DetectionContext { struct122 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. argument165 DetectionContext(Region &R, AAResults &AA, bool Verify) in DetectionContext() argument[all …]