enum class DDGEdge::EdgeKind
Description
The kind of edge in the DDG
Declared at: llvm/include/llvm/Analysis/DDG.h:220
Enumerators
Name | Value | Comment |
---|---|---|
Unknown | 0 | |
RegisterDefUse | 1 | |
MemoryDependence | 2 | |
Rooted | 3 | |
Last | 3 |
The kind of edge in the DDG
Declared at: llvm/include/llvm/Analysis/DDG.h:220
Name | Value | Comment |
---|---|---|
Unknown | 0 | |
RegisterDefUse | 1 | |
MemoryDependence | 2 | |
Rooted | 3 | |
Last | 3 |