llvm::LoopBase::getExitBlock

If getExitBlocks would return exactly one block, return that block. Otherwise return null.

Synopsis

Declared in <llvm/Support/GenericLoopInfo.h>

BlockT*
getExitBlock() const;

Return Value

The unique exit block, or null.