Expand description
The representation of the PDG.
Structs§
- An edge in the program dependence graph.
- The top-level PDG.
- A node in the program dependency graph.
- Usually a location in a MIR body but can also cross “one hop” into a called function.
Enums§
- A kind of edge in the program dependence graph.
- Additional information about the source of data.
- Additional information about this mutation.
Functions§
- as_arg 🔒