Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionAttrs.h32 MAK_ReadNone = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp115 return MAK_ReadNone; in checkFunctionMemoryAccess()
224 return ReadsMemory ? MAK_ReadOnly : MAK_ReadNone; in checkFunctionMemoryAccess()
256 case MAK_ReadNone: in addReadAttrs()
DThinLTOBitcodeWriter.cpp269 computeFunctionBodyMemoryAccess(*F, AARGetter(*F)) == MAK_ReadNone) in splitAndWriteThinLTOBitcode()
DWholeProgramDevirt.cpp1428 MAK_ReadNone || in tryVirtualConstProp()