enum class DepClassTy
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:343
Enumerators
| Name | Value | Comment |
|---|---|---|
| REQUIRED | 0 | The target cannot be valid if the source is not. |
| OPTIONAL | 1 | The target may be valid if the source is not. |
| NONE | 2 | Do not track a dependence between source and target. |