Function rustc_mir_dataflow::points::save_as_intervals
source · pub fn save_as_intervals<'tcx, N, R>(
elements: &DenseLocationMap,
body: &Body<'tcx>,
results: R
) -> SparseIntervalMatrix<N, PointIndex>
Expand description
Add points depending on the result of the given dataflow analysis.