Searched defs:UpwardsMemoryQuery (Results 1 – 3 of 3) sorted by relevance
985 struct MemorySSA::CachingWalker::UpwardsMemoryQuery { struct in llvm::MemorySSA::CachingWalker987 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() argument1009 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function
336 struct UpwardsMemoryQuery { struct338 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