Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp368 struct UpwardsMemoryQuery { struct
370 bool IsCall = false;
373 MemoryLocation StartingLoc;
375 const Instruction *Inst = nullptr;
377 const MemoryAccess *OriginalAccess = nullptr;
378 Optional<AliasResult> AR = AliasResult(AliasResult::MayAlias);
379 bool SkipSelfAccess = false;
383 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument