Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp324 struct UpwardsMemoryQuery { struct
326 bool IsCall = false;
329 MemoryLocation StartingLoc;
331 const Instruction *Inst = nullptr;
333 const MemoryAccess *OriginalAccess = nullptr;
334 Optional<AliasResult> AR = MayAlias;
335 bool SkipSelfAccess = false;
339 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument