Searched refs:OptLoc (Results 1 – 2 of 2) sorted by relevance
514 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);
605 const std::optional<MemoryLocation> &OptLoc, in getModRefInfo() argument607 if (OptLoc == std::nullopt) { in getModRefInfo()612 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); in getModRefInfo()