Searched refs:OptLoc (Results 1 – 2 of 2) sorted by relevance
502 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);
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()