Searched defs:UpwardsMemoryQuery (Results 1 – 1 of 1) sorted by relevance
351 struct UpwardsMemoryQuery { struct353 bool IsCall = false;356 MemoryLocation StartingLoc;358 const Instruction *Inst = nullptr;360 const MemoryAccess *OriginalAccess = nullptr;361 bool SkipSelfAccess = false;365 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument