Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp347 struct UpwardsMemoryQuery { struct
349 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