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>
where N: Idx, R: ResultsVisitable<'tcx, FlowState = BitSet<N>>,
Expand description

Add points depending on the result of the given dataflow analysis.