Searched refs:ArgMR (Results 1 – 3 of 3) sorted by relevance
149 ModRefInfo ArgMR, AAResults &AAR) { in addArgLocs() argument156 ArgMR, AAR); in addArgLocs()236 ModRefInfo ArgMR = CallME.getModRef(IRMemLocation::ArgMem); in checkFunctionMemoryAccess() local237 if (ArgMR != ModRefInfo::NoModRef) in checkFunctionMemoryAccess()238 addArgLocs(ME, Call, ArgMR, AAR); in checkFunctionMemoryAccess()295 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in addMemoryAttrs() local296 if (ArgMR != ModRefInfo::NoModRef) in addMemoryAttrs()297 ME |= RecursiveArgME & MemoryEffects(ArgMR); in addMemoryAttrs()935 ModRefInfo ArgMR = CB.getMemoryEffects().getModRef(IRMemLocation::ArgMem); in determinePointerAccessAttrs() local936 if (isNoModRef(ArgMR)) in determinePointerAccessAttrs()[all …]
167 argumentOrErrnoMemOnly(ModRefInfo ArgMR = ModRefInfo::ModRef,170 FRMB.setModRef(Location::ArgMem, ArgMR);
950 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in getModRefInfo() local974 if ((ArgMR | OtherMR) != OtherMR) { in getModRefInfo()987 NewArgMR |= ArgMR & AAQI.AAR.getArgModRefInfo(Call, ArgIdx); in getModRefInfo()990 if (NewArgMR == ArgMR) in getModRefInfo()993 ArgMR = NewArgMR; in getModRefInfo()996 ModRefInfo Result = ArgMR | OtherMR; in getModRefInfo()