Home
last modified time | relevance | path

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

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