Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp171 MemoryEffects CallME = AAR.getMemoryEffects(Call); in checkFunctionMemoryAccess() local
174 if (CallME.doesNotAccessMemory()) in checkFunctionMemoryAccess()
184 ME |= CallME.getWithoutLoc(MemoryEffects::ArgMem); in checkFunctionMemoryAccess()
189 ModRefInfo OtherMR = CallME.getModRef(MemoryEffects::Other); in checkFunctionMemoryAccess()
194 ModRefInfo ArgMR = CallME.getModRef(MemoryEffects::ArgMem); in checkFunctionMemoryAccess()