Module rustc_mir_dataflow::framework::visitor
source · Traits
- Things that can be visited by a
ResultsVisitor
.
Functions
- Calls the corresponding method in
ResultsVisitor
for every location in amir::Body
with the dataflow state at that location.