Home
last modified time | relevance | path

Searched refs:checkForAllInstructions (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp534 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in checkForQueuePtr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp683 if (A.checkForAllInstructions(ReturnInstCB, FromFn, QueryingAA, in isPotentiallyReachable()
1873 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
1900 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
1908 return checkForAllInstructions(Pred, AssociatedFunction, QueryingAA, Opcodes, in checkForAllInstructions()
H A DAttributorAttributes.cpp1987 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes, in updateImpl()
2245 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()
3106 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl()
3112 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl()
3126 A.checkForAllInstructions(InspectReturnInstForUB, *this, in updateImpl()
4390 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl()
4418 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}, in manifest()
5421 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl()
6329 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()
7483 if (!A.checkForAllInstructions( in manifest()
H A DOpenMPOpt.cpp2224 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl()
2413 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2173 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2185 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2200 return checkForAllInstructions(