Searched defs:UpwardsMemoryQuery (Results 1 – 1 of 1) sorted by relevance
347 struct UpwardsMemoryQuery { struct349 bool IsCall = false;352 MemoryLocation StartingLoc;354 const Instruction *Inst = nullptr;356 const MemoryAccess *OriginalAccess = nullptr;357 bool SkipSelfAccess = false;361 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument