Searched defs:UpwardsMemoryQuery (Results 1 – 1 of 1) sorted by relevance
324 struct UpwardsMemoryQuery { struct326 bool IsCall = false;329 MemoryLocation StartingLoc;331 const Instruction *Inst = nullptr;333 const MemoryAccess *OriginalAccess = nullptr;334 Optional<AliasResult> AR = MayAlias;335 bool SkipSelfAccess = false;339 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument