Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp338 struct UpwardsMemoryQuery { struct
340 bool IsCall = false;
343 MemoryLocation StartingLoc;
345 const Instruction *Inst = nullptr;
347 const MemoryAccess *OriginalAccess = nullptr;
348 Optional<AliasResult> AR = AliasResult(AliasResult::MayAlias);
349 bool SkipSelfAccess = false;
353 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function