Structs

Result of PossibleBorrowerVisitor.
Collects the possible borrowers of each local. For example, b = &a; c = &a; will make b and (transitively) c possible borrowers of a.

Functions