Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5531 auto CheckForNoReturn = [](Instruction &) { return false; }; in updateImpl() local
5533 if (!A.checkForAllInstructions(CheckForNoReturn, *this, in updateImpl()