enum Edge::Kind
Description
The kind of edge in the graph.
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:138
Enumerators
Name | Value | Comment |
---|---|---|
Ref | 0 | |
Call | 1 |
The kind of edge in the graph.
Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:138
Name | Value | Comment |
---|---|---|
Ref | 0 | |
Call | 1 |