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;