Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp767 if (A.checkForAllInstructions(ReturnInstCB, FromFn, &QueryingAA, in isPotentiallyReachable()
2052 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
2078 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
2086 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions()
H A DAttributorAttributes.cpp2082 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes, in updateImpl()
2444 if (!A.checkForAllInstructions( in isImpliedByIR()
3082 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl()
3088 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl()
3103 A.checkForAllInstructions(InspectReturnInstForUB, *this, in updateImpl()
4421 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl()
4449 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}, in manifest()
5468 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl()
6392 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()
7529 if (!A.checkForAllInstructions( in manifest()
[all …]
H A DOpenMPOpt.cpp2349 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl()
2539 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp579 A.checkForAllInstructions(CheckAddrSpaceCasts, *this, in checkForQueuePtr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2346 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2358 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2373 return checkForAllInstructions(