llvm::LoopBase::getNumBlocks

Get the number of blocks in this loop in constant time. Invalidate the loop, indicating that it is no longer a loop.

Synopsis

Declared in <llvm/Support/GenericLoopInfo.h>

unsigned int
getNumBlocks() const;

Return Value

The number of blocks in this loop.