enum class DDGEdge::EdgeKind

Description

The kind of edge in the DDG

Declared at: llvm/include/llvm/Analysis/DDG.h:216

Enumerators

NameValueComment
Unknown0
RegisterDefUse1
MemoryDependence2
Rooted3
Last3