Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp765 if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes)) in updateImpl()
1108 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret})) in updateImpl()
2094 A.checkForAllInstructions(InspectMemAccessInstForUB, *this, in updateImpl()
2099 A.checkForAllInstructions(InspectBrInstForUB, *this, {Instruction::Br}, in updateImpl()
3054 A.checkForAllInstructions([](Instruction &) { return true; }, *this, in updateImpl()
3082 A.checkForAllInstructions(RetInstPred, *this, {Instruction::Ret}); in manifest()
4043 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl()
5676 if (!A.checkForAllInstructions( in manifest()
H A DOpenMPOpt.cpp1964 A.checkForAllInstructions(CallCheck, *this, {Instruction::Call}, in updateImpl()
2147 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}, in updateImpl()
H A DAttributor.cpp943 bool Attributor::checkForAllInstructions(function_ref<bool(Instruction &)> Pred, in checkForAllInstructions() function in Attributor
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1562 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
1572 return checkForAllInstructions(Pred, QueryingAA,