llvm::LoopSafetyInfo::anyBlockMayThrow

Returns true iff any block of the loop for which this info is contains an instruction that may throw or otherwise exit abnormally.

Synopsis

Declared in <llvm/Analysis/MustExecute.h>

virtual
bool
anyBlockMayThrow() const = 0;

Return Value

True if any block in the loop may throw or exit abnormally.