llvm::LoopBase::isInnermost

Return true if the loop does not contain any (natural) loops.

Synopsis

Declared in <llvm/Support/GenericLoopInfo.h>

bool
isInnermost() const;

Return Value

True if this loop contains no nested loops.