Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2374 if (!A.checkForAllReadWriteInstructions(CheckRWInstForNoSync, *this, in updateImpl()
8062 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this, in updateImpl()
8738 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this, in updateImpl()
H A DAttributor.cpp1913 bool Attributor::checkForAllReadWriteInstructions( in checkForAllReadWriteInstructions() function in Attributor
H A DOpenMPOpt.cpp4420 if (!A.checkForAllReadWriteInstructions( in updateImpl()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2212 bool checkForAllReadWriteInstructions(function_ref<bool(Instruction &)> Pred,