Home
last modified time | relevance | path

Searched refs:ArgMR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp136 ModRefInfo ArgMR, AAResults &AAR) { in addArgLocs() argument
143 ArgMR, AAR); in addArgLocs()
220 ModRefInfo ArgMR = CallME.getModRef(IRMemLocation::ArgMem); in checkFunctionMemoryAccess() local
221 if (ArgMR != ModRefInfo::NoModRef) in checkFunctionMemoryAccess()
222 addArgLocs(ME, Call, ArgMR, AAR); in checkFunctionMemoryAccess()
279 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in addMemoryAttrs() local
280 if (ArgMR != ModRefInfo::NoModRef) in addMemoryAttrs()
281 ME |= RecursiveArgME & MemoryEffects(ArgMR); in addMemoryAttrs()
684 ModRefInfo ArgMR = CB.getMemoryEffects().getModRef(IRMemLocation::ArgMem); in determinePointerAccessAttrs() local
685 if (isNoModRef(ArgMR)) in determinePointerAccessAttrs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp236 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in getModRefInfo() local
238 if ((ArgMR | OtherMR) != OtherMR) { in getModRefInfo()
253 ArgMR &= AllArgsMask; in getModRefInfo()
256 Result &= ArgMR | OtherMR; in getModRefInfo()