Searched defs:DetectionContext (Results 1 – 4 of 4) sorted by relevance
141 struct DetectionContext { struct142 Region &CurRegion; // The region to check.143 BatchAAResults BAA; // The batched alias analysis results.144 AliasSetTracker AST; // The AliasSetTracker to hold the alias information.145 bool Verifying; // If we are in the verification phase?149 bool IsInvalid = false;152 RejectLog Log;158 BaseToAFs Accesses;164 llvm::SetVector<std::pair<const SCEVUnknown *, Loop *>> NonAffineAccesses;165 BaseToElSize ElementSize;[all …]