Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp112 static MemoryAccessKind checkFunctionMemoryAccess(Function &F, bool ThisBody, in checkFunctionMemoryAccess() function
238 return checkFunctionMemoryAccess(F, /*ThisBody=*/true, AAR, {}); in computeFunctionBodyMemoryAccess()
255 switch (checkFunctionMemoryAccess(*F, F->hasExactDefinition(), in addReadAttrs()