Searched refs:checkForAllInstructions (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 522 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in checkForQueuePtr()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1580 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes, in updateImpl() 1838 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl() 2681 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl() 2687 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl() 2701 A.checkForAllInstructions(InspectReturnInstForUB, *this, in updateImpl() 3702 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl() 3730 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}, in manifest() 4714 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl() 5623 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl() 6770 if (!A.checkForAllInstructions( in manifest()
|
| H A D | Attributor.cpp | 1633 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor 1660 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor 1668 return checkForAllInstructions(Pred, AssociatedFunction, QueryingAA, Opcodes, in checkForAllInstructions()
|
| H A D | OpenMPOpt.cpp | 2428 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl() 2617 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1997 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred, 2009 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred, 2024 return checkForAllInstructions(
|