Searched refs:checkForAllInstructions (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 637 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in checkForQueuePtr() 752 if (!A.checkForAllInstructions(AddrSpaceCastNotFromPrivate, *this, in needFlatScratchInit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 768 if (A.checkForAllInstructions(ReturnInstCB, FromFn, &QueryingAA, in isPotentiallyReachable() 2049 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor 2075 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor 2083 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions()
|
| H A D | AttributorAttributes.cpp | 2123 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes, in updateImpl() 2488 if (!A.checkForAllInstructions( in isImpliedByIR() 3127 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl() 3133 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl() 3148 A.checkForAllInstructions(InspectReturnInstForUB, *this, in updateImpl() 4458 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl() 4486 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}, in manifest() 5533 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl() 6468 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl() 7605 if (!A.checkForAllInstructions( in manifest() [all …]
|
| H A D | OpenMPOpt.cpp | 2350 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl() 2541 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2383 LLVM_ABI bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred, 2395 LLVM_ABI bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred, 2410 return checkForAllInstructions(
|