Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h514 const std::optional<MemoryLocation> &OptLoc) {
516 return getModRefInfo(I, OptLoc, AAQIP);
606 const std::optional<MemoryLocation> &OptLoc,
655 const std::optional<MemoryLocation> &OptLoc) {
656 return AA.getModRefInfo(I, OptLoc, AAQI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp605 const std::optional<MemoryLocation> &OptLoc, in getModRefInfo() argument
607 if (OptLoc == std::nullopt) { in getModRefInfo()
612 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); in getModRefInfo()