Traits§
- Results
Visitor - A visitor over the results of an
Analysis
. Use this when you want to inspect domain values in many or all locations; useResultsCursor
if you want to inspect domain values only in certain locations.
Functions§
- visit_
results - Calls the corresponding method in
ResultsVisitor
for every location in amir::Body
with the dataflow state at that location.