Home
last modified time | relevance | path

Searched defs:UpwardsMemoryQuery (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp351 struct UpwardsMemoryQuery { struct
353 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