Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h1042 bool checkForAllReadWriteInstructions(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1513 if (!A.checkForAllReadWriteInstructions(CheckRWInstForNoSync, *this) || in updateImpl()
4961 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this)) in updateImpl()
5813 bool Attributor::checkForAllReadWriteInstructions( in checkForAllReadWriteInstructions() function in Attributor