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; useResultsCursorif you want to inspect domain values only in certain locations.
Functions§
- visit_
reachable_ results - Like
visit_results, but only for reachable blocks. - visit_
results - Calls the corresponding method in
ResultsVisitorfor every location in amir::Bodywith the dataflow state at that location.