enum class ProcBindKind
Description
IDs for the different proc bind kinds.
Declared at: llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:53
Enumerators
Name | Value | Comment |
---|---|---|
OMP_PROC_BIND_master | 2 | |
OMP_PROC_BIND_close | 3 | |
OMP_PROC_BIND_spread | 4 | |
OMP_PROC_BIND_default | 6 | |
OMP_PROC_BIND_unknown | 7 |