enum class DepClassTy

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:343

Enumerators

NameValueComment
REQUIRED0The target cannot be valid if the source is not.
OPTIONAL1The target may be valid if the source is not.
NONE2Do not track a dependence between source and target.