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.
cgu1
cgu2