Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h827 const Optional<MemoryLocation> &OptLoc) {
829 return getModRefInfo(I, OptLoc, AAQIP);
924 const Optional<MemoryLocation> &OptLoc,
973 const Optional<MemoryLocation> &OptLoc) {
974 return AA.getModRefInfo(I, OptLoc, AAQI);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasAnalysis.cpp674 const Optional<MemoryLocation> &OptLoc, in getModRefInfo() argument
676 if (OptLoc == None) { in getModRefInfo()
682 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); in getModRefInfo()