Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp522 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in checkForQueuePtr()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1580 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 DAttributor.cpp1633 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 DOpenMPOpt.cpp2428 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 DAttributor.h1997 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2009 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2024 return checkForAllInstructions(