Kind of convergence present in analyzed code.
Declared in <llvm/Analysis/CodeMetrics.h>
enum class ConvergenceKind : int;
| Name | Description |
|---|---|
None | No convergent operations were found. |
Controlled | Convergence is controlled by convergence tokens or control intrinsics. |
ExtendedLoop | Controlled convergence whose token is used outside the analyzed loop. |
Uncontrolled | Convergent operations without a controlling token. |