Characteristics of a loop with an uncountable exit.
Synopsis
Declared in <llvm/Transforms/Vectorize/LoopVectorizationLegality.h>
enum class UncountableExitTrait : int;
Members
Name |
Description |
|
No uncountable exit present. |
|
At least one uncountable exit in a readonly loop. |
|
At least one uncountable exit in a loop with side effects that may require masking. |
Created with MrDocs