Searched refs:ArgMR (Results 1 – 2 of 2) sorted by relevance
136 ModRefInfo ArgMR, AAResults &AAR) { in addArgLocs() argument143 ArgMR, AAR); in addArgLocs()220 ModRefInfo ArgMR = CallME.getModRef(IRMemLocation::ArgMem); in checkFunctionMemoryAccess() local221 if (ArgMR != ModRefInfo::NoModRef) in checkFunctionMemoryAccess()222 addArgLocs(ME, Call, ArgMR, AAR); in checkFunctionMemoryAccess()279 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in addMemoryAttrs() local280 if (ArgMR != ModRefInfo::NoModRef) in addMemoryAttrs()281 ME |= RecursiveArgME & MemoryEffects(ArgMR); in addMemoryAttrs()684 ModRefInfo ArgMR = CB.getMemoryEffects().getModRef(IRMemLocation::ArgMem); in determinePointerAccessAttrs() local685 if (isNoModRef(ArgMR)) in determinePointerAccessAttrs()[all …]
236 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in getModRefInfo() local238 if ((ArgMR | OtherMR) != OtherMR) { in getModRefInfo()253 ArgMR &= AllArgsMask; in getModRefInfo()256 Result &= ArgMR | OtherMR; in getModRefInfo()