Searched refs:UpwardsMemoryQuery (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 134 struct UpwardsMemoryQuery; 135 MemoryAccess *doCacheLookup(const MemoryAccess *, const UpwardsMemoryQuery &, 139 const UpwardsMemoryQuery &, const MemoryLocation &); 141 void doCacheRemove(const MemoryAccess *, const UpwardsMemoryQuery &, 146 UpwardsMemoryQuery &, bool); 147 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, UpwardsMemoryQuery &); 148 bool instructionClobbersQuery(const MemoryDef *, UpwardsMemoryQuery &, 985 struct MemorySSA::CachingWalker::UpwardsMemoryQuery { struct in llvm::MemorySSA::CachingWalker 1005 UpwardsMemoryQuery() in UpwardsMemoryQuery() argument 1009 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 336 struct UpwardsMemoryQuery { struct 349 UpwardsMemoryQuery() = default; 351 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function 402 const UpwardsMemoryQuery &Query, AliasAnalysisType &AA, in checkClobberSanity() 518 UpwardsMemoryQuery *Query; 932 MemoryAccess *findClobber(MemoryAccess *Start, UpwardsMemoryQuery &Q, in findClobber() 2335 UpwardsMemoryQuery Q; in getClobberingMemoryAccessBase() 2384 UpwardsMemoryQuery Q(I, StartingAccess); in getClobberingMemoryAccessBase()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 336 struct UpwardsMemoryQuery { struct 349 UpwardsMemoryQuery() = default; 351 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function 405 const UpwardsMemoryQuery &Query, AliasAnalysisType &AA, in checkClobberSanity() 527 UpwardsMemoryQuery *Query; 958 MemoryAccess *findClobber(MemoryAccess *Start, UpwardsMemoryQuery &Q, in findClobber() 2459 UpwardsMemoryQuery Q; in getClobberingMemoryAccessBase() 2508 UpwardsMemoryQuery Q(I, StartingAccess); in getClobberingMemoryAccessBase()
|