Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h177 MemoryEffectsBase getWithoutLoc(Location Loc) const { in getWithoutLoc() function
202 return getWithoutLoc(Location::ArgMem).doesNotAccessMemory(); in onlyAccessesArgPointees()
212 return getWithoutLoc(Location::InaccessibleMem).doesNotAccessMemory(); in onlyAccessesInaccessibleMem()
218 return getWithoutLoc(Location::InaccessibleMem) in onlyAccessesInaccessibleOrArgMem()
219 .getWithoutLoc(Location::ArgMem) in onlyAccessesInaccessibleOrArgMem()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp232 .getWithoutLoc(IRMemLocation::InaccessibleMem); in getModRefInfo()
237 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp210 ME |= CallME.getWithoutLoc(IRMemLocation::ArgMem); in checkFunctionMemoryAccess()