Searched defs:UpwardsMemoryQuery (Results 1 – 1 of 1) sorted by relevance
336 struct UpwardsMemoryQuery { struct338 bool IsCall = false;341 MemoryLocation StartingLoc;343 const Instruction *Inst = nullptr;345 const MemoryAccess *OriginalAccess = nullptr;346 Optional<AliasResult> AR = MayAlias;347 bool SkipSelfAccess = false;351 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument