Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp970 bool Attributor::checkForAllReadWriteInstructions( in checkForAllReadWriteInstructions() function in Attributor
H A DAttributorAttributes.cpp1365 if (!A.checkForAllReadWriteInstructions(CheckRWInstForNoSync, *this) || in updateImpl()
6231 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this)) in updateImpl()
6919 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this)) in updateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1583 bool checkForAllReadWriteInstructions(function_ref<bool(Instruction &)> Pred,