Home
last modified time | relevance | path

Searched refs:OptLoc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h624 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/
DAliasAnalysis.h676 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()