Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp767 if (A.checkForAllInstructions(ReturnInstCB, FromFn, &QueryingAA, in isPotentiallyReachable()
2056 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
2082 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
2090 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions()
H A DAttributorAttributes.cpp2084 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes, in updateImpl()
2446 if (!A.checkForAllInstructions( in isImpliedByIR()
3085 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl()
3091 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl()
3106 A.checkForAllInstructions(InspectReturnInstForUB, *this, in updateImpl()
4424 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl()
4452 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}, in manifest()
5477 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl()
6407 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()
7544 if (!A.checkForAllInstructions( in manifest()
[all …]
H A DOpenMPOpt.cpp2348 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl()
2538 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp579 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in checkForQueuePtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2339 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2351 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2366 return checkForAllInstructions(