Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp336 struct UpwardsMemoryQuery { struct
338 bool IsCall = false;
341 MemoryLocation StartingLoc;
343 const Instruction *Inst = nullptr;
345 const MemoryAccess *OriginalAccess = nullptr;
346 Optional<AliasResult> AR = MayAlias;
347 bool SkipSelfAccess = false;
351 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument