fn compute_inlined_overlap<'tcx>(
cgu1: &CodegenUnit<'tcx>,
cgu2: &CodegenUnit<'tcx>,
) -> usize
Expand description
Compute the combined size of all inlined items that appear in both cgu1
and cgu2
.
fn compute_inlined_overlap<'tcx>(
cgu1: &CodegenUnit<'tcx>,
cgu2: &CodegenUnit<'tcx>,
) -> usize
Compute the combined size of all inlined items that appear in both cgu1
and cgu2
.