Searched refs:getWithoutLoc (Results 1 – 3 of 3) sorted by relevance
176 MemoryEffects getWithoutLoc(Location Loc) const { in getWithoutLoc() function201 return getWithoutLoc(ArgMem).doesNotAccessMemory(); in onlyAccessesArgPointees()211 return getWithoutLoc(InaccessibleMem).doesNotAccessMemory(); in onlyAccessesInaccessibleMem()
230 .getWithoutLoc(MemoryEffects::InaccessibleMem); in getModRefInfo()235 ModRefInfo OtherMR = ME.getWithoutLoc(MemoryEffects::ArgMem).getModRef(); in getModRefInfo()
184 ME |= CallME.getWithoutLoc(MemoryEffects::ArgMem); in checkFunctionMemoryAccess()