Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h772 const Optional<MemoryLocation> &OptLoc) {
774 return getModRefInfo(I, OptLoc, AAQIP);
869 const Optional<MemoryLocation> &OptLoc,
915 const Optional<MemoryLocation> &OptLoc) {
916 return AA.getModRefInfo(I, OptLoc, AAQI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp676 const Optional<MemoryLocation> &OptLoc, in getModRefInfo() argument
678 if (OptLoc == None) { in getModRefInfo()
684 const MemoryLocation &Loc = OptLoc.getValueOr(MemoryLocation()); in getModRefInfo()