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.h200 MemoryEffectsBase getWithoutLoc(Location Loc) const { in getWithoutLoc() function
225 return getWithoutLoc(Location::ArgMem).doesNotAccessMemory(); in onlyAccessesArgPointees()
235 return getWithoutLoc(Location::InaccessibleMem).doesNotAccessMemory(); in onlyAccessesInaccessibleMem()
240 return getWithoutLoc(Location::ErrnoMem).doesNotAccessMemory(); in onlyAccessesErrnoMem()
246 return getWithoutLoc(Location::InaccessibleMem) in onlyAccessesInaccessibleOrArgMem()
247 .getWithoutLoc(Location::ArgMem) in onlyAccessesInaccessibleOrArgMem()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp946 .getWithoutLoc(IRMemLocation::InaccessibleMem); in getModRefInfo()
951 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp226 ME |= CallME.getWithoutLoc(IRMemLocation::ArgMem); in checkFunctionMemoryAccess()