Searched refs:checkForAllInstructions (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 398 A.checkForAllInstructions(CheckAlloca, *this, {Instruction::Alloca}, in updateImpl() 423 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in updateImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1459 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes, in updateImpl() 1721 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl() 2595 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl() 2601 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl() 3592 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl() 3621 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}, in manifest() 4581 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl() 6682 if (!A.checkForAllInstructions( in manifest()
|
| H A D | OpenMPOpt.cpp | 2118 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl() 2303 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
|
| H A D | Attributor.cpp | 1258 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1811 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred, 1826 return checkForAllInstructions(
|