Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp123 static MemoryEffects checkFunctionMemoryAccess(Function &F, bool ThisBody, in checkFunctionMemoryAccess() function
235 return checkFunctionMemoryAccess(F, /*ThisBody=*/true, AAR, {}); in computeFunctionBodyMemoryAccess()
249 ME |= checkFunctionMemoryAccess(*F, F->hasExactDefinition(), AAR, SCCNodes); in addMemoryAttrs()