Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h502 const std::optional<MemoryLocation> &OptLoc) {
504 return getModRefInfo(I, OptLoc, AAQIP);
596 const std::optional<MemoryLocation> &OptLoc,
645 const std::optional<MemoryLocation> &OptLoc) {
646 return AA.getModRefInfo(I, OptLoc, AAQI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp603 const std::optional<MemoryLocation> &OptLoc, in getModRefInfo() argument
605 if (OptLoc == std::nullopt) { in getModRefInfo()
610 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); in getModRefInfo()