Home
last modified time | relevance | path

Searched defs:UpwardsMemoryQuery (Results 1 – 2 of 2) 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-7.0/llvm/lib/Analysis/
DMemorySSA.cpp318 struct UpwardsMemoryQuery { struct
320 bool IsCall = false;
323 MemoryLocation StartingLoc;
325 const Instruction *Inst = nullptr;
327 const MemoryAccess *OriginalAccess = nullptr;
328 Optional<AliasResult> AR = MayAlias;
332 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument