Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()