Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DModRef.h176 MemoryEffects getWithoutLoc(Location Loc) const { in getWithoutLoc() function
201 return getWithoutLoc(ArgMem).doesNotAccessMemory(); in onlyAccessesArgPointees()
211 return getWithoutLoc(InaccessibleMem).doesNotAccessMemory(); in onlyAccessesInaccessibleMem()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysis.cpp230 .getWithoutLoc(MemoryEffects::InaccessibleMem); in getModRefInfo()
235 ModRefInfo OtherMR = ME.getWithoutLoc(MemoryEffects::ArgMem).getModRef(); in getModRefInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp184 ME |= CallME.getWithoutLoc(MemoryEffects::ArgMem); in checkFunctionMemoryAccess()