Searched refs:getWithoutLoc (Results 1 – 3 of 3) sorted by relevance
200 MemoryEffectsBase getWithoutLoc(Location Loc) const { in getWithoutLoc() function225 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()
946 .getWithoutLoc(IRMemLocation::InaccessibleMem); in getModRefInfo()951 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo()
226 ME |= CallME.getWithoutLoc(IRMemLocation::ArgMem); in checkFunctionMemoryAccess()