Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A 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() function
1009 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemorySSA.cpp351 struct UpwardsMemoryQuery { struct
353 bool IsCall = false;
356 MemoryLocation StartingLoc;
358 const Instruction *Inst = nullptr;
360 const MemoryAccess *OriginalAccess = nullptr;
361 bool SkipSelfAccess = false;
365 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument