Searched refs:OptLoc (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 624 const Optional<MemoryLocation> &OptLoc) { in getModRefInfo() argument 626 return getModRefInfo(I, OptLoc, AAQIP); in getModRefInfo() 720 const Optional<MemoryLocation> &OptLoc, in getModRefInfo() argument 722 if (OptLoc == None) { in getModRefInfo() 728 const MemoryLocation &Loc = OptLoc.getValueOr(MemoryLocation()); in getModRefInfo() 796 const Optional<MemoryLocation> &OptLoc) { in getModRefInfo() argument 797 return AA.getModRefInfo(I, OptLoc, AAQI); in getModRefInfo()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 676 const Optional<MemoryLocation> &OptLoc) { in getModRefInfo() argument 678 return getModRefInfo(I, OptLoc, AAQIP); in getModRefInfo() 769 const Optional<MemoryLocation> &OptLoc, in getModRefInfo() argument 771 if (OptLoc == None) { in getModRefInfo() 777 const MemoryLocation &Loc = OptLoc.getValueOr(MemoryLocation()); in getModRefInfo() 848 const Optional<MemoryLocation> &OptLoc) { in getModRefInfo() argument 849 return AA.getModRefInfo(I, OptLoc, AAQI); in getModRefInfo()
|