Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h602 const Optional<MemoryLocation> &OptLoc) { in getModRefInfo() argument
603 if (OptLoc == None) { in getModRefInfo()
609 const MemoryLocation &Loc = OptLoc.getValueOr(MemoryLocation()); in getModRefInfo()