Searched refs:OptLoc (Results 1 – 3 of 3) sorted by relevance
124 const std::optional<MemoryLocation> &OptLoc) { in aliasAnalysisGetModRefInfo() argument125 return BatchAA.getModRefInfo(cast<llvm::Instruction>(I->Val), OptLoc); in aliasAnalysisGetModRefInfo()
514 const std::optional<MemoryLocation> &OptLoc) {516 return getModRefInfo(I, OptLoc, AAQIP);624 const std::optional<MemoryLocation> &OptLoc,680 const std::optional<MemoryLocation> &OptLoc) {681 return AA.getModRefInfo(I, OptLoc, AAQI);
557 const std::optional<MemoryLocation> &OptLoc, in getModRefInfo() argument559 if (OptLoc == std::nullopt) { in getModRefInfo()564 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); in getModRefInfo()