Return true if this loop can be assumed to run for a finite number of iterations.

Synopsis

Declared in <llvm/Analysis/LoopInfo.h>

bool
isFinite(Loop const* L);

Return Value

True if L can be assumed to have a finite trip count.

Parameters

Name

Description

L

Loop to test for a finite trip count.

Created with MrDocs