Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp985 struct MemorySSA::CachingWalker::UpwardsMemoryQuery { struct in llvm::MemorySSA::CachingWalker
987 bool SawBackedgePhi;
989 bool IsCall;
992 MemoryLocation StartingLoc;
994 const Instruction *Inst;
996 DenseSet<MemoryAccessPair> Visited;
1001 SmallVector<const MemoryAccess *, 32> VisitedCalls;
1003 const MemoryAccess *OriginalAccess;
1005 UpwardsMemoryQuery() in UpwardsMemoryQuery() argument
1009 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function
/external/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() function
/external/llvm-project/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