Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h498 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);
/openbsd-src/gnu/llvm/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()