Searched defs:UpwardsMemoryQuery (Results 1 – 1 of 1) sorted by relevance
344 struct UpwardsMemoryQuery { struct346 bool IsCall = false;349 MemoryLocation StartingLoc;351 const Instruction *Inst = nullptr;353 const MemoryAccess *OriginalAccess = nullptr;354 bool SkipSelfAccess = false;358 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function