Characteristics of a loop with an uncountable exit.

Synopsis

Declared in <llvm/Transforms/Vectorize/LoopVectorizationLegality.h>

enum class UncountableExitTrait : int;

Members

Name

Description

None

No uncountable exit present.

ReadOnly

At least one uncountable exit in a readonly loop.

ReadWrite

At least one uncountable exit in a loop with side effects that may require masking.

Created with MrDocs