Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1950 if (!A.checkForAllReadWriteInstructions(CheckRWInstForNoSync, *this, in updateImpl()
7309 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this, in updateImpl()
7963 if (!A.checkForAllReadWriteInstructions(CheckRWInst, *this, in updateImpl()
H A DAttributor.cpp1673 bool Attributor::checkForAllReadWriteInstructions( in checkForAllReadWriteInstructions() function in Attributor
H A DOpenMPOpt.cpp4023 if (!A.checkForAllReadWriteInstructions( in updateImpl()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2036 bool checkForAllReadWriteInstructions(function_ref<bool(Instruction &)> Pred,