Searched refs:checkForAllReadWriteInstructions (Results 1 – 3 of 3) sorted by relevance
970 bool Attributor::checkForAllReadWriteInstructions( in checkForAllReadWriteInstructions() function in Attributor
1365 if (!A.checkForAllReadWriteInstructions(CheckRWInstForNoSync, *this) || in updateImpl()6231 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this)) in updateImpl()6919 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this)) in updateImpl()
1583 bool checkForAllReadWriteInstructions(function_ref<bool(Instruction &)> Pred,