llvm::isMustProgress

Return true if this loop can be assumed to make progress. (i.e. can't be infinite without side effects without also being undefined)

Synopsis

Declared in <llvm/Analysis/LoopInfo.h>

bool
isMustProgress(Loop const* L);

Return Value

True if L can be assumed to make progress.

Parameters

NameDescription
LLoop to test for mustprogress.