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