Searched refs:OptLoc (Results 1 – 2 of 2) sorted by relevance
498 const std::optional<MemoryLocation> &OptLoc) {500 return getModRefInfo(I, OptLoc, AAQIP);592 const std::optional<MemoryLocation> &OptLoc,641 const std::optional<MemoryLocation> &OptLoc) {642 return AA.getModRefInfo(I, OptLoc, AAQI);
603 const std::optional<MemoryLocation> &OptLoc, in getModRefInfo() argument605 if (OptLoc == std::nullopt) { in getModRefInfo()610 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); in getModRefInfo()